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.c156 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
157 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
158 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
168 BOOLEAN b_enable) in btif_in_execute_service_request() argument
176 btif_hf_execute_service(b_enable); in btif_in_execute_service_request()
180 btif_av_execute_service(b_enable); in btif_in_execute_service_request()
184 btif_hh_execute_service(b_enable); in btif_in_execute_service_request()
2142 BOOLEAN b_enable = FALSE; in btif_dm_execute_service_request() local
2146 b_enable = TRUE; in btif_dm_execute_service_request()
2148 status = btif_in_execute_service_request(*((tBTA_SERVICE_ID*)p_param), b_enable); in btif_dm_execute_service_request()
Dbtif_av.c965 bt_status_t btif_av_execute_service(BOOLEAN b_enable) in btif_av_execute_service() argument
967 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.c1780 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) in btif_hh_execute_service() argument
1782 if (b_enable) in btif_hh_execute_service()