HomeSort by relevance Sort by last modified time
    Searched refs:b_enable (Results 1 - 7 of 7) sorted by null

  /system/bt/btif/src/
btif_mce.c 167 bt_status_t btif_mce_execute_service(BOOLEAN b_enable)
169 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
171 if (b_enable)
btif_sdp.c 183 bt_status_t btif_sdp_execute_service(BOOLEAN b_enable)
185 BTIF_TRACE_DEBUG("%s enable:%d", __FUNCTION__, b_enable);
187 if (b_enable)
btif_dm.c 253 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
254 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
255 extern bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable);
256 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
257 extern bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable);
258 extern bt_status_t btif_sdp_execute_service(BOOLEAN b_enable);
313 BOOLEAN b_enable)
322 btif_hf_execute_service(b_enable);
326 btif_av_execute_service(b_enable);
330 btif_av_sink_execute_service(b_enable);
2721 BOOLEAN b_enable = FALSE; local
    [all...]
btif_hf_client.c 938 bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable)
940 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
944 if (b_enable)
    [all...]
btif_av.c     [all...]
btif_hf.c     [all...]
btif_hh.c     [all...]

Completed in 275 milliseconds