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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c138 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
139 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
140 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
149 BOOLEAN b_enable)
157 btif_hf_execute_service(b_enable);
161 btif_av_execute_service(b_enable);
165 btif_hh_execute_service(b_enable);
2062 BOOLEAN b_enable = FALSE; local
2066 b_enable = TRUE;
2068 status = btif_in_execute_service_request(*((tBTA_SERVICE_ID*)p_param), b_enable);
148 btif_in_execute_service_request(tBTA_SERVICE_ID service_id, BOOLEAN b_enable) argument
[all...]
H A Dbtif_av.c950 bt_status_t btif_av_execute_service(BOOLEAN b_enable) argument
952 if (b_enable)
H A Dbtif_hf.c1168 bt_status_t btif_hf_execute_service(BOOLEAN b_enable) argument
1171 if (b_enable)
H A Dbtif_hh.c1757 bt_status_t btif_hh_execute_service(BOOLEAN b_enable) argument
1759 if (b_enable)

Completed in 64 milliseconds