Home
last modified time | relevance | path

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 Dfake_peer.h135 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 Dfake_controller.h90 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 DVtsHalBluetoothTargetTest.cpp946 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 Dadapter.cc502 inspect::StringProperty le_features; member
1723 auto le_features = bt_lib_cpp_string::StringPrintf( in UpdateInspectProperties() local
H A Dadapter_test.cc1524 const auto& le_features = test_device()->le_features(); in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc1653 static void SetLLFeatureBit(uint64_t& le_features, LLFeaturesBits bit, bool set) { in SetLLFeatureBit()
Ddual_mode_controller.cc1806 uint64_t le_features = link_layer_controller_.GetLeSupportedFeatures(); in LeReadLocalSupportedFeaturesPage0() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs342 let le_features = self.get_le_features(); in supported_phys() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc410 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 Dconstants.h139 uint64_t le_features; member
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h32953 …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()