Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp.c55 …f (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID) { in btc_a2dp_on_idle()
116 …f (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID) { in btc_a2dp_on_stopped()
136 …f (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID) { in btc_a2dp_on_suspended()
Dbtc_a2dp_control.c130 …f (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID) { in btc_a2dp_control_media_ctrl()
155 …f (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID) { in btc_a2dp_control_media_ctrl()
165 …f (btc_av_get_peer_sep() == AVDT_TSEP_SRC && btc_av_get_service_id() == BTA_A2DP_SINK_SERVICE_ID) { in btc_a2dp_control_media_ctrl()
Dbtc_av.c782 clean_up(BTA_A2DP_SINK_SERVICE_ID); in btc_av_state_opened_handler()
994 clean_up(BTA_A2DP_SINK_SERVICE_ID); in btc_av_state_started_handler()
1122 } else if (service_id == BTA_A2DP_SINK_SERVICE_ID) { in btc_av_init()
1144 if (service_id == BTA_A2DP_SINK_SERVICE_ID) { in btc_av_init()
1145 btc_dm_enable_service(BTA_A2DP_SINK_SERVICE_ID); in btc_av_init()
1213 if (service_id == BTA_A2DP_SINK_SERVICE_ID) { in clean_up()
1217 btc_dm_disable_service(BTA_A2DP_SINK_SERVICE_ID); in clean_up()
1657 return btc_av_init(BTA_A2DP_SINK_SERVICE_ID); in btc_a2d_sink_init()
1695 clean_up(BTA_A2DP_SINK_SERVICE_ID); in btc_a2d_sink_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c642 case BTA_A2DP_SINK_SERVICE_ID: in btc_in_execute_service_request()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h79 #define BTA_A2DP_SINK_SERVICE_ID 18 /* A2DP Sink */ macro