Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_a2dp_api.c31 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_init()
52 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_deinit()
72 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_register_data_callback()
99 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_connect()
125 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_disconnect()
149 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_set_delay_value()
174 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_get_delay_value()
197 btc_profile_cb_set(BTC_PID_A2DP, callback); in esp_a2d_register_callback()
216 msg.pid = BTC_PID_A2DP; in esp_a2d_media_ctrl()
241 msg.pid = BTC_PID_A2DP; in esp_a2d_source_init()
[all …]
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h56 BTC_PID_A2DP, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_control.c36 esp_a2d_cb_t btc_a2d_cb = (esp_a2d_cb_t)btc_profile_cb_get(BTC_PID_A2DP); in btc_a2d_cb_to_app()
Dbtc_av.c176 esp_a2d_cb_t btc_a2d_cb = (esp_a2d_cb_t)btc_profile_cb_get(BTC_PID_A2DP); in btc_a2d_cb_to_app()
1320 msg.pid = BTC_PID_A2DP; in btc_dispatch_sm_event()
1331 msg.pid = BTC_PID_A2DP; in bte_av_callback()
1371 msg.pid = BTC_PID_A2DP; in bte_av_media_callback()
Dbtc_a2dp_sink.c159 esp_a2d_cb_t btc_aa_cb = (esp_a2d_cb_t)btc_profile_cb_get(BTC_PID_A2DP); in btc_a2d_cb_to_app()
Dbtc_a2dp_source.c219 esp_a2d_cb_t btc_aa_cb = (esp_a2d_cb_t)btc_profile_cb_get(BTC_PID_A2DP); in btc_aa_cb_to_app()
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c121 [BTC_PID_A2DP] = {btc_a2dp_call_handler, btc_a2dp_cb_handler },