Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sdp.c183 bt_status_t btif_sdp_execute_service(BOOLEAN b_enable) in btif_sdp_execute_service() argument
185 BTIF_TRACE_DEBUG("%s enable:%d", __FUNCTION__, b_enable); in btif_sdp_execute_service()
187 if (b_enable) in btif_sdp_execute_service()
Dbtif_mce.c167 bt_status_t btif_mce_execute_service(BOOLEAN b_enable) in btif_mce_execute_service() argument
169 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btif_mce_execute_service()
171 if (b_enable) in btif_mce_execute_service()
Dbtif_dm.c253 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
254 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
255 extern bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable);
256 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
257 extern bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable);
258 extern bt_status_t btif_sdp_execute_service(BOOLEAN b_enable);
313 BOOLEAN b_enable) in btif_in_execute_service_request() argument
322 btif_hf_execute_service(b_enable); in btif_in_execute_service_request()
326 btif_av_execute_service(b_enable); in btif_in_execute_service_request()
330 btif_av_sink_execute_service(b_enable); in btif_in_execute_service_request()
[all …]
Dbtif_hf_client.c938 bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable) in btif_hf_client_execute_service() argument
940 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable); in btif_hf_client_execute_service()
944 if (b_enable) in btif_hf_client_execute_service()
Dbtif_av.c1526 bt_status_t btif_av_execute_service(BOOLEAN b_enable) in btif_av_execute_service() argument
1528 if (b_enable) in btif_av_execute_service()
1570 bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable) in btif_av_sink_execute_service() argument
1572 if (b_enable) in btif_av_sink_execute_service()
Dbtif_hf.c1595 bt_status_t btif_hf_execute_service(BOOLEAN b_enable) in btif_hf_execute_service() argument
1599 if (b_enable) in btif_hf_execute_service()
Dbtif_hh.c1644 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) in btif_hh_execute_service() argument
1646 if (b_enable) in btif_hh_execute_service()