Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c260 static void btc_report_connection_state(esp_a2d_connection_state_t state, bt_bdaddr_t *bd_addr, int… in btc_report_connection_state() function
353btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &((btc_av_disconn_req_t *)p_dat… in btc_av_state_idle_handler()
419 btc_report_connection_state(ESP_A2D_CONNECTION_STATE_CONNECTING, &(btc_av_cb.peer_bda), 0); in btc_av_state_opening_handler()
427btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &(btc_av_cb.peer_bda), 0); in btc_av_state_opening_handler()
451 btc_report_connection_state(conn_stat, &(btc_av_cb.peer_bda), 0); in btc_av_state_opening_handler()
491btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, (bt_bdaddr_t *)p_data, 0); in btc_av_state_opening_handler()
572btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &(btc_av_cb.peer_bda), close->d… in btc_av_state_closing_handler()
690btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTING, &(btc_av_cb.peer_bda), 0); in btc_av_state_opened_handler()
698 btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, &(btc_av_cb.peer_bda), in btc_av_state_opened_handler()
734 btc_report_connection_state(ESP_A2D_CONNECTION_STATE_DISCONNECTED, in btc_av_state_opened_handler()
[all …]