Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sdp.c184 bt_status_t btif_sdp_execute_service(BOOLEAN b_enable) in btif_sdp_execute_service() argument
186 BTIF_TRACE_DEBUG("%s enable:%d", __FUNCTION__, b_enable); in btif_sdp_execute_service()
188 if (b_enable) in btif_sdp_execute_service()
Dbtif_mce.c166 bt_status_t btif_mce_execute_service(BOOLEAN b_enable) in btif_mce_execute_service() argument
168 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btif_mce_execute_service()
170 if (b_enable) in btif_mce_execute_service()
Dbtif_dm.c216 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
217 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
218 extern bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable);
219 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
220 extern bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable);
221 extern bt_status_t btif_sdp_execute_service(BOOLEAN b_enable);
257 BOOLEAN b_enable) in btif_in_execute_service_request() argument
266 btif_hf_execute_service(b_enable); in btif_in_execute_service_request()
270 btif_av_execute_service(b_enable); in btif_in_execute_service_request()
274 btif_av_sink_execute_service(b_enable); in btif_in_execute_service_request()
[all …]
Dbtif_hf_client.c936 bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable) in btif_hf_client_execute_service() argument
938 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btif_hf_client_execute_service()
942 if (b_enable) in btif_hf_client_execute_service()
Dbtif_av.c1305 bt_status_t btif_av_execute_service(BOOLEAN b_enable) in btif_av_execute_service() argument
1307 if (b_enable) in btif_av_execute_service()
1346 bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable) in btif_av_sink_execute_service() argument
1349 BTA_AvEnable_Sink(b_enable); in btif_av_sink_execute_service()
Dbtif_hf.c1602 bt_status_t btif_hf_execute_service(BOOLEAN b_enable) in btif_hf_execute_service() argument
1606 if (b_enable) in btif_hf_execute_service()
Dbtif_hh.c1717 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) in btif_hh_execute_service() argument
1719 if (b_enable) in btif_hh_execute_service()