Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/src/
Devent_packet.cc50 CHECK(evt_ptr->AddPayloadOctets2(command_opcode)); in CreateCommandCompleteEvent()
63 CHECK(evt_ptr->AddPayloadOctets2(command_opcode)); in CreateCommandCompleteOnlyStatusEvent()
77 CHECK(evt_ptr->AddPayloadOctets2(command_opcode)); in CreateCommandStatusEvent()
109 CHECK(evt_ptr->AddPayloadOctets2(hci_revision)); in CreateCommandCompleteReadLocalVersionInformation()
111 CHECK(evt_ptr->AddPayloadOctets2(manufacturer_name)); in CreateCommandCompleteReadLocalVersionInformation()
112 CHECK(evt_ptr->AddPayloadOctets2(lmp_pal_subversion)); in CreateCommandCompleteReadLocalVersionInformation()
156 CHECK(evt_ptr->AddPayloadOctets2(hc_acl_data_packet_length)); in CreateCommandCompleteReadBufferSize()
158 CHECK(evt_ptr->AddPayloadOctets2(hc_total_num_acl_data_packets)); in CreateCommandCompleteReadBufferSize()
159 CHECK(evt_ptr->AddPayloadOctets2(hc_total_synchronous_data_packets)); in CreateCommandCompleteReadBufferSize()
203 CHECK(evt_ptr->AddPayloadOctets2(kReservedZero)); in CreateInquiryResultEvent()
[all …]
/system/bt/vendor_libs/test_vendor_lib/include/
Dpacket.h64 bool AddPayloadOctets2(uint16_t value) { return AddPayloadOctets(2, value); } in AddPayloadOctets2() function