Home
last modified time | relevance | path

Searched refs:le_features (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py52 def __init__(self, le_features: int):
53 self.mask = le_features
54 self.ll_privacy = (le_features & hci.LLFeaturesBits.LL_PRIVACY) != 0
55 … self.le_extended_advertising = (le_features & hci.LLFeaturesBits.LE_EXTENDED_ADVERTISING) != 0
56 … self.le_periodic_advertising = (le_features & hci.LLFeaturesBits.LE_PERIODIC_ADVERTISING) != 0
265 controller.le_features = LeFeatures(evt.le_features)
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc1732 le_features(LlFeatures()) {
1810 static void SetLLFeatureBit(uint64_t& le_features, LLFeaturesBits bit, in SetLLFeatureBit() argument
1813 le_features |= static_cast<uint64_t>(bit); in SetLLFeatureBit()
1815 le_features &= ~static_cast<uint64_t>(bit); in SetLLFeatureBit()
1837 le_features(LlFeatures()) {
1864 le_features = 0x19beff017fff;
1901 le_features = 0x1f;
1917 SetLLFeatureBit(le_features, LLFeaturesBits::LE_EXTENDED_ADVERTISING,
1924 SetLLFeatureBit(le_features, LLFeaturesBits::LE_PERIODIC_ADVERTISING,
1931 SetLLFeatureBit(le_features, LLFeaturesBits::LL_PRIVACY,
[all …]
Dcontroller_properties.h112 uint64_t le_features{0};
179 return (le_features & static_cast<uint64_t>(bit)) != 0; in SupportsLLFeature()
Dlink_layer_controller.h792 return properties_.le_features | le_host_supported_features_; in GetLeSupportedFeatures()
Ddual_mode_controller.cc1971 uint64_t le_features = link_layer_controller_.GetLeSupportedFeatures(); in LeReadLocalSupportedFeatures() local
1974 kNumCommandPackets, ErrorCode::SUCCESS, le_features)); in LeReadLocalSupportedFeatures()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_14_C.py43 if not controller.le_features.ll_privacy:
DBV_18_C.py44 if not controller.le_features.ll_privacy:
DBV_13_C.py40 if not controller.le_features.ll_privacy:
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/INI/
DBV_08_C.py40 if not controller.le_features.ll_privacy:
DBV_10_C.py47 if not controller.le_features.ll_privacy:
DBV_09_C.py47 if not controller.le_features.ll_privacy:
DBV_11_C.py47 if not controller.le_features.ll_privacy:
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_26_C.py46 if not controller.le_features.le_periodic_advertising:
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs342 let le_features = self.get_le_features(); in supported_phys() localVariable
344 if (le_features & hci::LLFeaturesBits::Le2mPhy as u64) != 0 { in supported_phys()
347 if (le_features & hci::LLFeaturesBits::LeCodedPhy as u64) != 0 { in supported_phys()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl3129 le_features : 64,
5178 le_features : 64,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl3305 le_features : 64,
6378 le_features : 64,