Searched defs:bg_conn_type (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1770 ** Parameters bg_conn_type: it can be auto connection, or selective connection.
1777 void BTA_DmBleSetBgConnType(tBTA_DM_BLE_CONN_TYPE bg_conn_type, tBTA_DM_BLE_SEL_CBACK *p_select_cback) argument
1787 p_msg->bg_conn_type = bg_conn_type;
H A Dbta_dm_int.h498 tBTA_DM_BLE_CONN_TYPE bg_conn_type; member in struct:__anon506
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c685 ** Parameters bg_conn_type: it can be auto connection, or selective connection.
692 BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE bg_conn_type, argument
701 if (btm_cb.ble_ctr_cb.bg_conn_type != bg_conn_type)
703 switch (bg_conn_type)
710 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
718 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO)
722 else if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_SELECTIVE)
730 BTM_TRACE_ERROR("invalid bg connection type : %d ", bg_conn_type);
736 btm_cb.ble_ctr_cb.bg_conn_type
[all...]
H A Dbtm_ble_int.h275 tBTM_BLE_CONN_TYPE bg_conn_type; member in struct:__anon1237

Completed in 181 milliseconds