Home
last modified time | relevance | path

Searched defs:AddOctets (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/
Draw_builder.cc28 bool RawBuilder::AddOctets(size_t octets, const std::vector<uint8_t>& bytes) { in AddOctets() function in bluetooth::packet::RawBuilder
40 bool RawBuilder::AddOctets(const std::vector<uint8_t>& bytes) { in AddOctets() function in bluetooth::packet::RawBuilder
44 bool RawBuilder::AddOctets(size_t octets, uint64_t value) { in AddOctets() function in bluetooth::packet::RawBuilder
Draw_builder.h51 bool AddOctets(const std::array<uint8_t, N>& bytes) { in AddOctets() function