Home
last modified time | relevance | path

Searched refs:kReadLocalExtendedFeatures (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h439 constexpr OpCode kReadLocalExtendedFeatures = InformationalParamsOpCode(0x0004); variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc1624 RespondWithCommandComplete(hci_spec::kReadLocalExtendedFeatures, &packet); in OnReadLocalExtendedFeatures()
4310 case hci_spec::kReadLocalExtendedFeatures: in HandleReceivedCommandPacket()
4645 case hci_spec::kReadLocalExtendedFeatures: { in HandleReceivedCommandPacket()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc1676 hci_spec::kReadLocalExtendedFeatures); in InitQueueReadLMPFeatureMaskPage()