Searched refs:le_features (Results 1 – 16 of 16) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/py/ |
D | controller.py | 52 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/ |
D | controller_properties.cc | 1732 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 …]
|
D | controller_properties.h | 112 uint64_t le_features{0}; 179 return (le_features & static_cast<uint64_t>(bit)) != 0; in SupportsLLFeature()
|
D | link_layer_controller.h | 792 return properties_.le_features | le_host_supported_features_; in GetLeSupportedFeatures()
|
D | dual_mode_controller.cc | 1971 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/ |
D | BV_14_C.py | 43 if not controller.le_features.ll_privacy:
|
D | BV_18_C.py | 44 if not controller.le_features.ll_privacy:
|
D | BV_13_C.py | 40 if not controller.le_features.ll_privacy:
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/INI/ |
D | BV_08_C.py | 40 if not controller.le_features.ll_privacy:
|
D | BV_10_C.py | 47 if not controller.le_features.ll_privacy:
|
D | BV_09_C.py | 47 if not controller.le_features.ll_privacy:
|
D | BV_11_C.py | 47 if not controller.le_features.ll_privacy:
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_26_C.py | 46 if not controller.le_features.le_periodic_advertising:
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 342 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/ |
D | hci_packets.pdl | 3129 le_features : 64, 5178 le_features : 64,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 3305 le_features : 64, 6378 le_features : 64,
|