Lines Matching refs:b_enable
156 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)
176 btif_hf_execute_service(b_enable);
180 btif_av_execute_service(b_enable);
184 btif_hh_execute_service(b_enable);
2142 BOOLEAN b_enable = FALSE;
2146 b_enable = TRUE;
2148 status = btif_in_execute_service_request(*((tBTA_SERVICE_ID*)p_param), b_enable);