Home
last modified time | relevance | path

Searched refs:SupportsLLFeature (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc814 mandatory_or_excluded(SupportsLLFeature(LLFeaturesBits::LE_ENCRYPTION)); in CheckSupportedCommands()
817 auto c6 = mandatory_or_excluded(SupportsLLFeature( in CheckSupportedCommands()
822 mandatory_or_excluded(SupportsLLFeature(LLFeaturesBits::LE_ENCRYPTION) && in CheckSupportedCommands()
823 SupportsLLFeature(LLFeaturesBits::LE_PING)); in CheckSupportedCommands()
827 SupportsLLFeature(LLFeaturesBits::LE_DATA_PACKET_LENGTH_EXTENSION)); in CheckSupportedCommands()
830 mandatory_or_excluded(SupportsLLFeature(LLFeaturesBits::LL_PRIVACY)); in CheckSupportedCommands()
833 optional_or_excluded(SupportsLLFeature(LLFeaturesBits::LL_PRIVACY)); in CheckSupportedCommands()
837 mandatory_or_optional(SupportsLLFeature(LLFeaturesBits::LE_2M_PHY) || in CheckSupportedCommands()
838 SupportsLLFeature(LLFeaturesBits::LE_CODED_PHY)); in CheckSupportedCommands()
844 SupportsLLFeature(LLFeaturesBits::LE_2M_PHY) || in CheckSupportedCommands()
[all …]
Dcontroller_properties.h178 bool SupportsLLFeature(bluetooth::hci::LLFeaturesBits bit) const { in SupportsLLFeature() function
192 if (SupportsLLFeature(bluetooth::hci::LLFeaturesBits::LE_2M_PHY)) { in LeSupportedPhys()
195 if (SupportsLLFeature(bluetooth::hci::LLFeaturesBits::LE_CODED_PHY)) { in LeSupportedPhys()
Dle_advertiser.cc1609 if (include_adi && !properties_.SupportsLLFeature( in LeSetPeriodicAdvertisingEnable()
Dlink_layer_controller.cc1127 !properties_.SupportsLLFeature( in LePeriodicAdvertisingCreateSync()
3402 !properties_.SupportsLLFeature( in ScanIncomingLeExtendedAdvertisingPdu()
3405 !properties_.SupportsLLFeature( in ScanIncomingLeExtendedAdvertisingPdu()
3408 !properties_.SupportsLLFeature( in ScanIncomingLeExtendedAdvertisingPdu()