Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_av.c247 static void btif_report_connection_state(btav_connection_state_t state, bt_bdaddr_t *bd_addr) in btif_report_connection_state() function
383 btif_report_connection_state(BTAV_CONNECTION_STATE_CONNECTING, &(btif_av_cb.peer_bda)); in btif_av_state_opening_handler()
391btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, &(btif_av_cb.peer_bda)); in btif_av_state_opening_handler()
421 btif_report_connection_state(state, &(btif_av_cb.peer_bda)); in btif_av_state_opening_handler()
466btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, (bt_bdaddr_t*)p_data); in btif_av_state_opening_handler()
550btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, &(btif_av_cb.peer_bda)); in btif_av_state_closing_handler()
669btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTING, &(btif_av_cb.peer_bda)); in btif_av_state_opened_handler()
677btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, &(btif_av_cb.peer_bda)); in btif_av_state_opened_handler()
710 btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, in btif_av_state_opened_handler()
806btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTING, &(btif_av_cb.peer_bda)); in btif_av_state_started_handler()
[all …]