Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c49 extern bt_status_t btc_av_source_execute_service(BOOLEAN b_enable);
50 extern bt_status_t btc_av_sink_execute_service(BOOLEAN b_enable);
53 extern bt_status_t btc_hf_execute_service(BOOLEAN b_enable);
56 extern bt_status_t btc_hf_client_execute_service(BOOLEAN b_enable);
621 BOOLEAN b_enable) in btc_in_execute_service_request() argument
628 btc_av_source_execute_service(b_enable); in btc_in_execute_service_request()
631 btc_av_sink_execute_service(b_enable); in btc_in_execute_service_request()
636 btc_hf_execute_service(b_enable); in btc_in_execute_service_request()
641 btc_hf_client_execute_service(b_enable); in btc_in_execute_service_request()
/hal_espressif-3.7.0/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-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c716 bt_status_t btc_hf_client_execute_service(BOOLEAN b_enable) in btc_hf_client_execute_service() argument
718 BTC_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btc_hf_client_execute_service()
720 if (b_enable) in btc_hf_client_execute_service()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c307 bt_status_t btc_hf_execute_service(BOOLEAN b_enable) in btc_hf_execute_service() argument
311 if (b_enable) { in btc_hf_execute_service()