Home
last modified time | relevance | path

Searched refs:kLEStartEncryption (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlow_energy_connection.cc68 hci_spec::kLEStartEncryption); in StartEncryption()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc604 LowerBits(hci_spec::kLEStartEncryption), in LEStartEncryptionPacket()
605 UpperBits(hci_spec::kLEStartEncryption), in LEStartEncryptionPacket()
H A Dfake_controller.cc2606 RespondWithCommandStatus(hci_spec::kLEStartEncryption, in OnLEStartEncryptionCommand()
4307 case hci_spec::kLEStartEncryption: in HandleReceivedCommandPacket()
4639 case hci_spec::kLEStartEncryption: { in HandleReceivedCommandPacket()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h799 constexpr OpCode kLEStartEncryption = LEControllerCommandOpCode(0x0019); variable