Home
last modified time | relevance | path

Searched defs:AddPayloadOctets1 (Results 1 – 3 of 3) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
Dpacket.h63 bool AddPayloadOctets1(uint8_t value) { return AddPayloadOctets(1, value); } in AddPayloadOctets1() function
Dacl_packet.h74 void AddPayloadOctets1(uint8_t value) { AddPayloadOctets(1, value); } in AddPayloadOctets1() function
/system/bt/packet/base/
Dpacket_builder.h35 bool AddPayloadOctets1(const std::shared_ptr<Packet>& pkt, uint8_t value) { in AddPayloadOctets1() function