Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c57 extern bt_status_t btc_av_source_execute_service(BOOLEAN b_enable);
58 extern bt_status_t btc_av_sink_execute_service(BOOLEAN b_enable);
61 extern bt_status_t btc_hf_execute_service(BOOLEAN b_enable);
64 extern bt_status_t btc_hf_client_execute_service(BOOLEAN b_enable);
569 BOOLEAN b_enable) in btc_in_execute_service_request() argument
576 btc_av_source_execute_service(b_enable); in btc_in_execute_service_request()
579 btc_av_sink_execute_service(b_enable); in btc_in_execute_service_request()
584 btc_hf_execute_service(b_enable); in btc_in_execute_service_request()
589 btc_hf_client_execute_service(b_enable); in btc_in_execute_service_request()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c1296 bt_status_t btc_av_execute_service(BOOLEAN b_enable, UINT8 tsep) in btc_av_execute_service() argument
1298 if (b_enable) { in btc_av_execute_service()
1334 bt_status_t btc_av_source_execute_service(BOOLEAN b_enable) in btc_av_source_execute_service() argument
1336 return btc_av_execute_service(b_enable, AVDT_TSEP_SRC); in btc_av_source_execute_service()
1348 bt_status_t btc_av_sink_execute_service(BOOLEAN b_enable) in btc_av_sink_execute_service() argument
1350 bt_status_t ret = btc_av_execute_service(b_enable, AVDT_TSEP_SNK); in btc_av_sink_execute_service()
1355 BTA_AvEnable_Sink(b_enable); in btc_av_sink_execute_service()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c689 bt_status_t btc_hf_client_execute_service(BOOLEAN b_enable) in btc_hf_client_execute_service() argument
691 BTC_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btc_hf_client_execute_service()
693 if (b_enable) in btc_hf_client_execute_service()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c274 bt_status_t btc_hf_execute_service(BOOLEAN b_enable) in btc_hf_execute_service() argument
278 if (b_enable) { in btc_hf_execute_service()