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

  /system/bt/btif/src/
btif_core.cc 253 * Function btif_is_enabled
261 int btif_is_enabled(void) { function
870 if (!btif_is_enabled()) return BT_STATUS_NOT_READY;
893 if (!btif_is_enabled() && (type != BT_PROPERTY_BDADDR) &&
926 if (!btif_is_enabled()) return BT_STATUS_NOT_READY;
    [all...]
btif_av.cc     [all...]
btif_pan.cc 684 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) {
btif_hl.cc     [all...]
  /system/bt/btif/include/
btif_common.h 229 int btif_is_enabled(void);

Completed in 69 milliseconds