Searched refs:AddPayloadOctets8 (Results 1 - 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
H A Dpacket.h68 bool AddPayloadOctets8(uint64_t value) { return AddPayloadOctets(8, value); } function in class:test_vendor_lib::Packet
/system/bt/vendor_libs/test_vendor_lib/src/
H A Devent_packet.cc141 CHECK(evt_ptr->AddPayloadOctets8(extended_lmp_features));
273 CHECK(evt_ptr->AddPayloadOctets8(le_features));
286 CHECK(evt_ptr->AddPayloadOctets8(white_list_size));
297 CHECK(evt_ptr->AddPayloadOctets8(random_val));
310 CHECK(evt_ptr->AddPayloadOctets8(le_states));

Completed in 184 milliseconds