Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c265 static void btc_report_connection_state(esp_a2d_connection_state_t state, bt_bdaddr_t *bd_addr, int… in btc_report_connection_state() function
360btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &((btc_av_disconn_req_t *)p_dat… in btc_av_state_idle_handler()
448 btc_report_connection_state(ESP_A2D_CONNECTION_STATE_CONNECTING, &(btc_av_cb.peer_bda), 0); in btc_av_state_opening_handler()
456btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &(btc_av_cb.peer_bda), 0); in btc_av_state_opening_handler()
480 btc_report_connection_state(conn_stat, &(btc_av_cb.peer_bda), 0); in btc_av_state_opening_handler()
520btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, (bt_bdaddr_t *)p_data, 0); in btc_av_state_opening_handler()
624btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &(btc_av_cb.peer_bda), close->d… in btc_av_state_closing_handler()
760btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTING, &(btc_av_cb.peer_bda), 0); in btc_av_state_opened_handler()
768 btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &(btc_av_cb.peer_bda), in btc_av_state_opened_handler()
804 btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, in btc_av_state_opened_handler()
[all …]