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 bt_bdaddr_t bda, const btif_debug_conn_state_t state,
|
/system/bt/btif/src/ |
D | btif_debug_conn.c | 67 void btif_debug_conn_state(const bt_bdaddr_t bda, const btif_debug_conn_state_t state, in btif_debug_conn_state() function
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.c | 930 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN); in bta_gatts_conn_cback() 932 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason); in bta_gatts_conn_cback()
|
D | bta_gattc_act.c | 1823 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN); in bta_gattc_conn_cback() 1825 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason); in bta_gattc_conn_cback()
|