Home
last modified time | relevance | path

Searched refs:AddPayloadOctets6 (Results 1 – 11 of 11) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_payload_builder.h49 bool AddPayloadOctets6(uint64_t value);
Devent_payload_builder.cc85 bool EventPayloadBuilder::AddPayloadOctets6(uint64_t value) { in AddPayloadOctets6() function in test_vendor_lib::packets::EventPayloadBuilder
Devent_packet_builder.h313 bool AddPayloadOctets6(uint64_t value);
Devent_packet_builder.cc790 bool EventPacketBuilder::AddPayloadOctets6(uint64_t value) { in AddPayloadOctets6() function in test_vendor_lib::packets::EventPacketBuilder
/system/bt/packet/tests/base/
Dpacket_builder_test.cc63 builder->AddPayloadOctets6(packet, 0x100F0E0D0C0Bu); in TEST()
Dpacket_test_common.h76 using PacketBuilder::AddPayloadOctets6;
/system/bt/packet/base/
Dpacket_builder.h47 bool AddPayloadOctets6(const std::shared_ptr<Packet>& pkt, uint64_t value) { in AddPayloadOctets6() function
/system/bt/packet/tests/avrcp/
Davrcp_browse_packet_test.cc40 using PacketBuilder::AddPayloadOctets6;
Davrcp_packet_test.cc40 using PacketBuilder::AddPayloadOctets6;
Dvendor_packet_test.cc42 using PacketBuilder::AddPayloadOctets6;
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc1064 encryption_information->AddPayloadOctets6(0xDEADBEEFF00D); in HciLeStartEncryption()