Home
last modified time | relevance | path

Searched refs:lmp_features (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h109 std::array<uint64_t, 3> lmp_features{};
171 return (lmp_features[0] & static_cast<uint64_t>(bit)) != 0; in SupportsLMPFeature()
175 return (lmp_features[2] & static_cast<uint64_t>(bit)) != 0; in SupportsLMPFeature()
Dcontroller_properties.cc482 if ((lmp_page_0_reserved_bits & lmp_features[0]) != 0) { in CheckSupportedFeatures()
486 lmp_page_0_reserved_bits & lmp_features[0], in CheckSupportedFeatures()
491 if ((lmp_page_2_reserved_bits & lmp_features[2]) != 0) { in CheckSupportedFeatures()
495 lmp_page_2_reserved_bits & lmp_features[2], in CheckSupportedFeatures()
1731 lmp_features({Page0LmpFeatures(), 0, Page2LmpFeatures()}), in ControllerProperties()
1836 lmp_features({Page0LmpFeatures(), 0, Page2LmpFeatures()}), in ControllerProperties()
1863 lmp_features = std::array<uint64_t, 3> { 0x6000000000, 0x0, 0x0 };
1895 lmp_features = std::array<uint64_t, 3> { 0x875b1fd87e8fffff, 0x0, 0x30f };
Dlink_layer_controller.h803 return properties_.lmp_features.size() - 1; in GetMaxLmpFeaturesPageNumber()
808 : properties_.lmp_features[page_number];
Dlink_layer_controller.cc2595 properties_.lmp_features[0])); in IncomingReadRemoteSupportedFeatures()
2622 if (page_number >= properties_.lmp_features.size()) { in IncomingReadRemoteExtendedFeatures()
Ddual_mode_controller.cc3364 properties_.lmp_features[0] = in CsrWritePskey()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc130 uint64_t lmp_features = 0x012345678abcdef; in HandleCommand() local
131 lmp_features += page_bumber; in HandleCommand()
133 num_packets, ErrorCode::SUCCESS, page_bumber, 0x02, lmp_features); in HandleCommand()
Dhci_layer_test.cc450 uint64_t lmp_features = 0x012345678abcdef; in TEST_F() local
452 …etBytes(ReadLocalSupportedFeaturesCompleteBuilder::Create(num_packets, error_code, lmp_features))); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl2648 lmp_features : 64,
4787 lmp_features : 64,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2824 lmp_features : 64,
5955 lmp_features : 64,