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.c260 static void btif_report_connection_state(btav_connection_state_t state, bt_bdaddr_t *bd_addr) in btif_report_connection_state() function
419 btif_report_connection_state(state, &(btif_av_cb.peer_bda)); in btif_av_state_idle_handler()
486 btif_report_connection_state(BTAV_CONNECTION_STATE_CONNECTING, &(btif_av_cb.peer_bda)); in btif_av_state_opening_handler()
494btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, &(btif_av_cb.peer_bda)); in btif_av_state_opening_handler()
535 btif_report_connection_state(state, &(btif_av_cb.peer_bda)); in btif_av_state_opening_handler()
580btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, (bt_bdaddr_t*)p_data); in btif_av_state_opening_handler()
607 btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, in btif_av_state_opening_handler()
675btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, &(btif_av_cb.peer_bda)); in btif_av_state_closing_handler()
798btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTING, &(btif_av_cb.peer_bda)); in btif_av_state_opened_handler()
806btif_report_connection_state(BTAV_CONNECTION_STATE_DISCONNECTED, &(btif_av_cb.peer_bda)); in btif_av_state_opened_handler()
[all …]