Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONN_AUTO (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_bgconn.c536 if (p_cb->bg_conn_type == BTM_BLE_CONN_AUTO) in btm_ble_suspend_bg_conn()
608 if (p_cb->bg_conn_type == BTM_BLE_CONN_AUTO) in btm_ble_resume_bg_conn()
Dbtm_ble_gap.c333 case BTM_BLE_CONN_AUTO: in BTM_BleSetBgConnType()
338 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO) in BTM_BleSetBgConnType()
346 if (btm_cb.ble_ctr_cb.bg_conn_type == BTM_BLE_CONN_AUTO) in BTM_BleSetBgConnType()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h301 BTM_BLE_CONN_AUTO, enumerator
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_server.c379 BTA_DmBleSetBgConnType(BTM_BLE_CONN_AUTO, NULL); in btgatts_handle_event()
Dbtif_gatt_client.c632 BTA_DmBleSetBgConnType(BTM_BLE_CONN_AUTO, NULL); in btgattc_handle_event()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h606 #define BTA_DM_BLE_CONN_AUTO BTM_BLE_CONN_AUTO