Searched refs:btif_debug_conn_state (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/include/ |
D | btif_debug_conn.h | 31 void btif_debug_conn_state(const RawAddress& bda,
|
/system/bt/test/mock/ |
D | mock_btif_debug_conn.cc | 36 void btif_debug_conn_state(const RawAddress& bda, in btif_debug_conn_state() function
|
/system/bt/btif/src/ |
D | btif_debug_conn.cc | 66 void btif_debug_conn_state(const RawAddress& bda, in btif_debug_conn_state() function
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.cc | 596 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN); in bta_gatts_conn_cback() 598 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, GATT_CONN_UNKNOWN); in bta_gatts_conn_cback()
|
D | bta_gattc_act.cc | 1111 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN); in bta_gattc_conn_cback() 1116 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, GATT_CONN_UNKNOWN); in bta_gattc_conn_cback()
|