Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c50 extern bt_status_t btc_av_source_execute_service(BOOLEAN b_enable);
51 extern bt_status_t btc_av_sink_execute_service(BOOLEAN b_enable);
54 extern bt_status_t btc_hf_execute_service(BOOLEAN b_enable);
57 extern bt_status_t btc_hf_client_execute_service(BOOLEAN b_enable);
633 BOOLEAN b_enable) in btc_in_execute_service_request() argument
640 btc_av_source_execute_service(b_enable); in btc_in_execute_service_request()
643 btc_av_sink_execute_service(b_enable); in btc_in_execute_service_request()
648 btc_hf_execute_service(b_enable); in btc_in_execute_service_request()
653 btc_hf_client_execute_service(b_enable); in btc_in_execute_service_request()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c1402 bt_status_t btc_av_execute_service(BOOLEAN b_enable, UINT8 tsep) in btc_av_execute_service() argument
1404 if (b_enable) { in btc_av_execute_service()
1440 bt_status_t btc_av_source_execute_service(BOOLEAN b_enable) in btc_av_source_execute_service() argument
1442 return btc_av_execute_service(b_enable, AVDT_TSEP_SRC); in btc_av_source_execute_service()
1454 bt_status_t btc_av_sink_execute_service(BOOLEAN b_enable) in btc_av_sink_execute_service() argument
1456 bt_status_t ret = btc_av_execute_service(b_enable, AVDT_TSEP_SNK); in btc_av_sink_execute_service()
1461 BTA_AvEnable_Sink(b_enable); in btc_av_sink_execute_service()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c765 bt_status_t btc_hf_client_execute_service(BOOLEAN b_enable) in btc_hf_client_execute_service() argument
767 BTC_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btc_hf_client_execute_service()
769 if (b_enable) in btc_hf_client_execute_service()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c286 bt_status_t btc_hf_execute_service(BOOLEAN b_enable) in btc_hf_execute_service() argument
290 if (b_enable) { in btc_hf_execute_service()