Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.h93 extern bool iso_supported;
Dmock_device_controller.cc92 bool iso_supported{false}; variable
/system/bt/device/src/
Dcontroller.cc95 static bool iso_supported; variable
216 iso_supported = HCI_LE_CIS_CENTRAL(features_ble.as_array) || in start_up()
220 if (iso_supported) { in start_up()