Home
last modified time | relevance | path

Searched refs:subunit_id (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Davrcp_packet.h35 CType cType, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode,
53 PacketBuilder(CType type, uint8_t subunit_type, uint8_t subunit_id, in PacketBuilder() argument
57 subunit_id_(subunit_id), in PacketBuilder()
Davrcp_packet.cc27 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder() argument
30 new PacketBuilder(type, subunit_type, subunit_id, opcode)); in MakeBuilder()
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_message_converter.h77 data.push_back((m->hdr.subunit_type << 3) | m->hdr.subunit_id); in Parse()
89 data.push_back((m->hdr.subunit_type << 3) | m->hdr.subunit_id); in Parse()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_opt.cc75 (p_msg->hdr.subunit_type << AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id; in avrc_vendor_msg()
Davrc_api.cc699 msg.hdr.subunit_id = p_data[1] & AVRC_SUBID_MASK; in avrc_msg_cback()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc466 p_buf->msg.hdr.subunit_id = 0; in BTA_AvVendorCmd()
501 p_buf->msg.hdr.subunit_id = 0; in BTA_AvVendorRsp()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h884 uint8_t subunit_id; /* Subunit ID. This value is typically ignored in AVRCP, member