Searched refs:btif_debug_conn_state (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_debug_conn.h | 31 void btif_debug_conn_state(const RawAddress& bda,
|
/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 | 598 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN); in bta_gatts_conn_cback() 600 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason); in bta_gatts_conn_cback()
|
D | bta_gattc_act.cc | 1050 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN); in bta_gattc_conn_cback() 1052 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason); in bta_gattc_conn_cback()
|