Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c105 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
106 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
107 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
116 BOOLEAN b_enable) in btif_in_execute_service_request() argument
124 btif_hf_execute_service(b_enable); in btif_in_execute_service_request()
128 btif_av_execute_service(b_enable); in btif_in_execute_service_request()
132 btif_hh_execute_service(b_enable); in btif_in_execute_service_request()
1713 BOOLEAN b_enable = FALSE; in btif_dm_execute_service_request() local
1717 b_enable = TRUE; in btif_dm_execute_service_request()
1719 status = btif_in_execute_service_request(*((tBTA_SERVICE_ID*)p_param), b_enable); in btif_dm_execute_service_request()
Dbtif_av.c920 bt_status_t btif_av_execute_service(BOOLEAN b_enable) in btif_av_execute_service() argument
922 if (b_enable) in btif_av_execute_service()
Dbtif_hf.c1168 bt_status_t btif_hf_execute_service(BOOLEAN b_enable) in btif_hf_execute_service() argument
1171 if (b_enable) in btif_hf_execute_service()
Dbtif_hh.c1652 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) in btif_hh_execute_service() argument
1654 if (b_enable) in btif_hh_execute_service()