Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp.cc164 bt_status_t btif_sdp_execute_service(bool b_enable) { in btif_sdp_execute_service() argument
165 BTIF_TRACE_DEBUG("%s enable:%d", __func__, b_enable); in btif_sdp_execute_service()
167 if (b_enable) { in btif_sdp_execute_service()
Dbtif_hd.cc652 bt_status_t btif_hd_execute_service(bool b_enable) { in btif_hd_execute_service() argument
653 BTIF_TRACE_API("%s: b_enable=%d", __func__, b_enable); in btif_hd_execute_service()
655 if (!b_enable) BTA_HdDisable(); in btif_hd_execute_service()
Dbluetooth.cc178 bt_status_t btif_av_sink_execute_service(bool b_enable);
179 bt_status_t btif_hh_execute_service(bool b_enable);
180 bt_status_t btif_hf_client_execute_service(bool b_enable);
181 bt_status_t btif_sdp_execute_service(bool b_enable);
183 bt_status_t btif_hd_execute_service(bool b_enable);
Dbtif_hf_client.cc1078 bt_status_t btif_hf_client_execute_service(bool b_enable) { in btif_hf_client_execute_service() argument
1079 BTIF_TRACE_EVENT("%s: enable: %d", __func__, b_enable); in btif_hf_client_execute_service()
1087 if (b_enable) { in btif_hf_client_execute_service()
Dbtif_hf.cc1589 bt_status_t ExecuteService(bool b_enable) { in ExecuteService() argument
1590 LOG_INFO("service starts to: %s", b_enable ? "Initialize" : "Shutdown"); in ExecuteService()
1598 if (b_enable) { in ExecuteService()
Dbtif_dm.cc282 bt_status_t btif_sdp_execute_service(bool b_enable);
310 bool b_enable) { in btif_in_execute_service_request() argument
314 btif_sdp_execute_service(b_enable); in btif_in_execute_service_request()
318 return GetInterfaceToProfiles()->toggleProfile(service_id, b_enable); in btif_in_execute_service_request()
Dbtif_hh.cc1863 bt_status_t btif_hh_execute_service(bool b_enable) { in btif_hh_execute_service() argument
1864 if (b_enable) { in btif_hh_execute_service()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_hf.h47 bt_status_t ExecuteService(bool b_enable);