Home
last modified time | relevance | path

Searched refs:mutable_payload_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dpacket_view.h103 uint8_t* mutable_payload_bytes() const { in mutable_payload_bytes() function
186 using PacketViewBase::mutable_payload_bytes;
196 return reinterpret_cast<PayloadType*>(mutable_payload_bytes()); in mutable_payload()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager_test.cc303 writer.mutable_payload_bytes(), &key, sizeof(PairingPublicKeyParams)); in ReceivePairingPublicKey()