OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddPayloadOctets2
(Results
1 - 3
of
3
) sorted by null
/system/bt/packet/base/
packet_builder.h
38
bool
AddPayloadOctets2
(const std::shared_ptr<Packet>& pkt, uint16_t value) {
/system/bt/vendor_libs/test_vendor_lib/include/
packet.h
64
bool
AddPayloadOctets2
(uint16_t value) { return AddPayloadOctets(2, value); }
acl_packet.h
75
void
AddPayloadOctets2
(uint16_t value) { AddPayloadOctets(2, value); }
Completed in 193 milliseconds