Home
last modified time | relevance | path

Searched refs:AddPayloadOctets8 (Results 1 – 14 of 14) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_payload_builder.h50 bool AddPayloadOctets8(uint64_t value);
Devent_payload_builder.cc89 bool EventPayloadBuilder::AddPayloadOctets8(uint64_t value) { in AddPayloadOctets8() function in test_vendor_lib::packets::EventPayloadBuilder
Devent_packet_builder.cc216 CHECK(evt_ptr->AddPayloadOctets8(extended_lmp_features)); in CreateCommandCompleteReadLocalExtendedFeatures()
231 CHECK(evt_ptr->AddPayloadOctets8(extended_lmp_features)); in CreateReadRemoteExtendedFeaturesEvent()
624 CHECK(evt_ptr->AddPayloadOctets8(features)); in CreateRemoteSupportedFeaturesEvent()
687 CHECK(evt_ptr->AddPayloadOctets8(le_features)); in CreateCommandCompleteLeReadLocalSupportedFeatures()
698 CHECK(evt_ptr->AddPayloadOctets8(white_list_size)); in CreateCommandCompleteLeReadWhiteListSize()
709 CHECK(evt_ptr->AddPayloadOctets8(random_val)); in CreateCommandCompleteLeRand()
720 CHECK(evt_ptr->AddPayloadOctets8(le_states)); in CreateCommandCompleteLeReadSupportedStates()
794 bool EventPacketBuilder::AddPayloadOctets8(uint64_t value) { in AddPayloadOctets8() function in test_vendor_lib::packets::EventPacketBuilder
Devent_packet_builder.h314 bool AddPayloadOctets8(uint64_t value);
/system/bt/packet/tests/base/
Dpacket_builder_test.cc64 builder->AddPayloadOctets8(packet, 0x1817161514131211u); in TEST()
Dpacket_test_common.h77 using PacketBuilder::AddPayloadOctets8;
/system/bt/packet/base/
Dpacket_builder.h50 bool AddPayloadOctets8(const std::shared_ptr<Packet>& pkt, uint64_t value) { in AddPayloadOctets8() function
/system/bt/packet/tests/avrcp/
Davrcp_browse_packet_test.cc41 using PacketBuilder::AddPayloadOctets8;
Davrcp_packet_test.cc41 using PacketBuilder::AddPayloadOctets8;
Dvendor_packet_test.cc43 using PacketBuilder::AddPayloadOctets8;
/system/bt/packet/avrcp/
Dchange_path.cc107 AddPayloadOctets8(pkt, base::ByteSwap(folder_uid_)); in Serialize()
Dget_folder_items.cc188 AddPayloadOctets8(pkt, base::ByteSwap(item.uid_)); in PushFolderItem()
206 AddPayloadOctets8(pkt, base::ByteSwap(item.uid_)); in PushMediaElementItem()
Dregister_notification_packet.cc196 AddPayloadOctets8(pkt, base::ByteSwap(data_)); in Serialize()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc1027 encryption_information->AddPayloadOctets8(0x0706050403020100); in HciLeStartEncryption()
1028 encryption_information->AddPayloadOctets8(0x0F0E0D0C0B0A0908); in HciLeStartEncryption()
1040 encryption_information->AddPayloadOctets8(0x0706050403020100); in HciLeStartEncryption()
1051 encryption_information->AddPayloadOctets8(0x0F0E0D0C0B0A0908); in HciLeStartEncryption()
1052 encryption_information->AddPayloadOctets8(0x0706050403020100); in HciLeStartEncryption()