Home
last modified time | relevance | path

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

/system/bt/packet/base/
Dpacket_builder.h36 return AddPayloadOctets(pkt, 1, value); in AddPayloadOctets1()
39 return AddPayloadOctets(pkt, 2, value); in AddPayloadOctets2()
42 return AddPayloadOctets(pkt, 3, value); in AddPayloadOctets3()
45 return AddPayloadOctets(pkt, 4, value); in AddPayloadOctets4()
48 return AddPayloadOctets(pkt, 6, value); in AddPayloadOctets6()
51 return AddPayloadOctets(pkt, 8, value); in AddPayloadOctets8()
58 bool AddPayloadOctets(const std::shared_ptr<Packet>& pkt, size_t octets,
Dpacket_builder.cc30 bool PacketBuilder::AddPayloadOctets(const std::shared_ptr<Packet>& pkt, in AddPayloadOctets() function in bluetooth::PacketBuilder