Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/include/
Dpacket.h66 bool AddPayloadOctets4(uint32_t value) { return AddPayloadOctets(4, value); } in AddPayloadOctets4() function
/system/bt/vendor_libs/test_vendor_lib/src/
Devent_packet.cc187 CHECK(evt_ptr->AddPayloadOctets4(vendor_specific_codecs[i])); in CreateCommandCompleteReadLocalSupportedCodecs()