Searched defs:b_enable (Results 1 - 7 of 7) sorted by relevance

/system/bt/btif/src/
H A Dbtif_mce.c167 bt_status_t btif_mce_execute_service(BOOLEAN b_enable) argument
169 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
171 if (b_enable)
H A Dbtif_sdp.c183 bt_status_t btif_sdp_execute_service(BOOLEAN b_enable) argument
185 BTIF_TRACE_DEBUG("%s enable:%d", __FUNCTION__, b_enable);
187 if (b_enable)
H A Dbtif_hf_client.c938 bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable) argument
940 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
944 if (b_enable)
H A Dbtif_av.c1534 bt_status_t btif_av_execute_service(BOOLEAN b_enable) argument
1536 if (b_enable)
1578 bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable) argument
1580 if (b_enable)
H A Dbtif_hf.c1642 bt_status_t btif_hf_execute_service(BOOLEAN b_enable) argument
1646 if (b_enable)
H A Dbtif_hh.c1644 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) argument
1646 if (b_enable)
H A 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)
322 btif_hf_execute_service(b_enable);
326 btif_av_execute_service(b_enable);
330 btif_av_sink_execute_service(b_enable);
312 btif_in_execute_service_request(tBTA_SERVICE_ID service_id, BOOLEAN b_enable) argument
2721 BOOLEAN b_enable = FALSE; local
[all...]

Completed in 1012 milliseconds