Home
last modified time | relevance | path

Searched defs:IsEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.h46 bool IsEnabled() const { return advertising_enable; } in IsEnabled() function
Dlink_layer_controller.h1041 bool IsEnabled() const { return scan_enable; } in IsEnabled() function
1089 bool IsEnabled() const { return connect_enable; } in IsEnabled() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_multi_adv.cc89 bool IsEnabled() { return enable_status; } in IsEnabled() function
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc2005 bool LeAudioDeviceGroup::IsEnabled(void) { return enabled_; }; in IsEnabled() function in le_audio::LeAudioDeviceGroup