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

  /system/bt/device/include/
controller.h 54 bool (*supports_ble)(void); member in struct:controller_t
  /system/bt/stack/btm/
btm_ble_gap.cc 366 if (!controller_get_interface()->supports_ble()) return;
418 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE;
631 if (!controller_get_interface()->supports_ble()) return false;
703 if (!controller_get_interface()->supports_ble()) return;
770 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE;
    [all...]
btm_devctl.cc 189 if (controller->supports_ble() && controller->supports_ble_privacy() &&
198 if (controller->supports_ble()) {
btm_ble_batchscan.cc 50 if (!controller_get_interface()->supports_ble()) return false;
btm_inq.cc 155 if (controller_get_interface()->supports_ble()) {
542 if (controller_get_interface()->supports_ble()) {
    [all...]
  /system/bt/device/src/
controller.cc 370 static bool supports_ble(void) {
527 supports_ble,
  /system/bt/stack/l2cap/
l2c_utils.cc     [all...]

Completed in 53 milliseconds