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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_mce.c164 bt_status_t btif_mce_execute_service(BOOLEAN b_enable) argument
166 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
168 if (b_enable)
H A Dbtif_hf_client.c937 bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable) argument
939 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
943 if (b_enable)
H A Dbtif_av.c1185 bt_status_t btif_av_execute_service(BOOLEAN b_enable) argument
1187 if (b_enable)
H A Dbtif_hf.c1480 bt_status_t btif_hf_execute_service(BOOLEAN b_enable) argument
1484 if (b_enable)
H A Dbtif_hh.c1709 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) argument
1711 if (b_enable)
H A Dbtif_dm.c233 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
234 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
235 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
236 extern bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable);
237 extern bt_status_t btif_mce_execute_service(BOOLEAN b_enable);
247 BOOLEAN b_enable)
255 btif_hf_execute_service(b_enable);
259 btif_av_execute_service(b_enable);
263 btif_hh_execute_service(b_enable);
267 btif_hf_client_execute_service(b_enable);
246 btif_in_execute_service_request(tBTA_SERVICE_ID service_id, BOOLEAN b_enable) argument
2583 BOOLEAN b_enable = FALSE; local
[all...]

Completed in 124 milliseconds