Searched refs:b_enable (Results 1 – 8 of 8) sorted by relevance
164 bt_status_t btif_sdp_execute_service(bool b_enable) { in btif_sdp_execute_service() argument165 BTIF_TRACE_DEBUG("%s enable:%d", __func__, b_enable); in btif_sdp_execute_service()167 if (b_enable) { in btif_sdp_execute_service()
652 bt_status_t btif_hd_execute_service(bool b_enable) { in btif_hd_execute_service() argument653 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()
178 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);
1078 bt_status_t btif_hf_client_execute_service(bool b_enable) { in btif_hf_client_execute_service() argument1079 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()
1589 bt_status_t ExecuteService(bool b_enable) { in ExecuteService() argument1590 LOG_INFO("service starts to: %s", b_enable ? "Initialize" : "Shutdown"); in ExecuteService()1598 if (b_enable) { in ExecuteService()
282 bt_status_t btif_sdp_execute_service(bool b_enable);310 bool b_enable) { in btif_in_execute_service_request() argument314 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()
1863 bt_status_t btif_hh_execute_service(bool b_enable) { in btif_hh_execute_service() argument1864 if (b_enable) { in btif_hh_execute_service()
47 bt_status_t ExecuteService(bool b_enable);