Searched refs:btif_debug_conn_state (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_debug_conn.cc | 28 void btif_debug_conn_state(const RawAddress& /* bda */, in btif_debug_conn_state() function
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_debug_conn.h | 32 void btif_debug_conn_state(const RawAddress& bda,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_debug_conn.cc | 67 void btif_debug_conn_state(const RawAddress& bda, in btif_debug_conn_state() function
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 600 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_OK); in bta_gatts_conn_cback() 602 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, GATT_CONN_OK); in bta_gatts_conn_cback()
|
D | bta_gattc_act.cc | 1407 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_OK); in bta_gattc_conn_cback() 1412 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, GATT_CONN_OK); in bta_gattc_conn_cback()
|