Home
last modified time | relevance | path

Searched refs:ble_supported (Results 1 – 3 of 3) sorted by relevance

/system/bt/device/src/
Dcontroller.cc94 static bool ble_supported; variable
202 ble_supported = last_features_classic_page_index >= 1 && in start_up()
204 if (ble_supported) { in start_up()
357 CHECK(ble_supported); in get_ble_supported_states()
523 return ble_supported; in supports_ble()
528 CHECK(ble_supported); in supports_ble_privacy()
534 CHECK(ble_supported); in supports_ble_set_privacy_mode()
541 CHECK(ble_supported); in supports_ble_packet_extension()
547 CHECK(ble_supported); in supports_ble_connection_parameters_request()
553 CHECK(ble_supported); in supports_ble_2m_phy()
[all …]
/system/bt/test/mock/
Dmock_device_controller.h92 extern bool ble_supported;
Dmock_device_controller.cc91 bool ble_supported{false}; variable
236 bool supports_ble(void) { return ble_supported; } in supports_ble()