Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/include/
Dpacket.h64 bool AddPayloadOctets2(uint16_t value) { return AddPayloadOctets(2, value); } in AddPayloadOctets2() function
Dacl_packet.h75 void AddPayloadOctets2(uint16_t value) { AddPayloadOctets(2, value); } in AddPayloadOctets2() function
/system/bt/packet/base/
Dpacket_builder.h38 bool AddPayloadOctets2(const std::shared_ptr<Packet>& pkt, uint16_t value) { in AddPayloadOctets2() function