Home
last modified time | relevance | path

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

/aosp12/system/bt/packet/avrcp/
H A Davrcp_packet.h46 uint8_t subunit_type_ : 5; variable
58 subunit_type_(subunit_type), in PacketBuilder()
H A Davrcp_packet.cc56 AddPayloadOctets1(pkt, (subunit_type_ << 3) | subunit_id_); in PushHeader()