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 166 bt_status_t btif_mce_execute_service(BOOLEAN b_enable)
168 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
170 if (b_enable)
btif_sdp.c 184 bt_status_t btif_sdp_execute_service(BOOLEAN b_enable)
186 BTIF_TRACE_DEBUG("%s enable:%d", __FUNCTION__, b_enable);
188 if (b_enable)
btif_dm.c 215 extern bt_status_t btif_hf_execute_service(BOOLEAN b_enable);
216 extern bt_status_t btif_av_execute_service(BOOLEAN b_enable);
217 extern bt_status_t btif_av_sink_execute_service(BOOLEAN b_enable);
218 extern bt_status_t btif_hh_execute_service(BOOLEAN b_enable);
219 extern bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable);
220 extern bt_status_t btif_sdp_execute_service(BOOLEAN b_enable);
256 BOOLEAN b_enable)
265 btif_hf_execute_service(b_enable);
269 btif_av_execute_service(b_enable);
273 btif_av_sink_execute_service(b_enable);
2641 BOOLEAN b_enable = FALSE; local
    [all...]
btif_hf_client.c 936 bt_status_t btif_hf_client_execute_service(BOOLEAN b_enable)
938 BTIF_TRACE_EVENT("%s enable:%d", __FUNCTION__, b_enable);
942 if (b_enable)
    [all...]
btif_av.c     [all...]
btif_hf.c     [all...]
btif_hh.c     [all...]

Completed in 137 milliseconds