Home
last modified time | relevance | path

Searched refs:kReadLocalSupportedCommands (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.h429 constexpr OpCode kReadLocalSupportedCommands = variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc977 hci_spec::kReadLocalSupportedCommands), in InitializeStep1()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc2196 RespondWithCommandComplete(hci_spec::kReadLocalSupportedCommands, &packet); in OnReadLocalSupportedCommands()
4198 case hci_spec::kReadLocalSupportedCommands: { in HandleReceivedCommandPacket()