Searched defs:le_features (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/ |
H A D | fake_peer.h | 135 hci_spec::LESupportedFeatures le_features() const { return le_features_; } in le_features() function 136 void set_le_features(hci_spec::LESupportedFeatures le_features) { in set_le_features()
|
H A D | fake_controller.h | 90 uint64_t le_features = 0; member 541 hci_spec::LESupportedFeatures le_features() { in le_features() function
|
/aosp_15_r20/hardware/interfaces/bluetooth/aidl/vts/ |
H A D | VtsHalBluetoothTargetTest.cpp | 946 auto le_features = le_features_view.GetLeFeatures(); in TEST_P() local 1031 auto le_features = le_features_view.GetLeFeatures(); in TEST_P() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | adapter.cc | 502 inspect::StringProperty le_features; member 1723 auto le_features = bt_lib_cpp_string::StringPrintf( in UpdateInspectProperties() local
|
H A D | adapter_test.cc | 1524 const auto& le_features = test_device()->le_features(); in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 1653 static void SetLLFeatureBit(uint64_t& le_features, LLFeaturesBits bit, bool set) { in SetLLFeatureBit()
|
D | dual_mode_controller.cc | 1806 uint64_t le_features = link_layer_controller_.GetLeSupportedFeatures(); in LeReadLocalSupportedFeaturesPage0() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 342 let le_features = self.get_le_features(); in supported_phys() localVariable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 410 hci_spec::LESupportedFeatures le_features) { in LEReadRemoteFeaturesCompletePacket()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | constants.h | 139 uint64_t le_features; member
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 32953 …uilder> Create(uint8_t num_hci_command_packets, ErrorCode status, uint64_t le_features) {auto buil… in Create() 32972 …ompleteBuilder(uint8_t num_hci_command_packets, ErrorCode status, uint64_t le_features) :CommandCo… in Create() 46845 …leteBuilder> Create(ErrorCode status, uint16_t connection_handle, uint64_t le_features) {auto buil… in Create() 46865 …uresCompleteBuilder(ErrorCode status, uint16_t connection_handle, uint64_t le_features) :LeMetaEve… in Create()
|