Searched refs:supports_ble (Results 1 - 7 of 7) sorted by relevance

/system/bt/device/include/
H A Dcontroller.h54 bool (*supports_ble)(void); member in struct:controller_t
/system/bt/stack/btm/
H A Dbtm_ble_gap.cc366 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;
903 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE;
946 if (!controller_get_interface()->supports_ble()) return;
993 if (!controller_get_interface()->supports_ble()) {
1470 if (!controller_get_interface()->supports_ble()) return BTM_ERR_PROCESSING;
H A Dbtm_devctl.cc189 if (controller->supports_ble() && controller->supports_ble_privacy() &&
198 if (controller->supports_ble()) {
H A Dbtm_ble_batchscan.cc50 if (!controller_get_interface()->supports_ble()) return false;
H A Dbtm_inq.cc155 if (controller_get_interface()->supports_ble()) {
542 if (controller_get_interface()->supports_ble()) {
831 if (!controller_get_interface()->supports_ble()) {
/system/bt/device/src/
H A Dcontroller.cc370 static bool supports_ble(void) {
527 supports_ble,
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2135 if (!controller_get_interface()->supports_ble()) return false;

Completed in 184 milliseconds