Searched refs:subunit_id (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/packet/avrcp/ |
D | avrcp_packet.h | 35 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()
|
D | avrcp_packet.cc | 27 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/ |
D | avrcp_message_converter.h | 77 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/ |
D | avrc_opt.cc | 75 (p_msg->hdr.subunit_type << AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id; in avrc_vendor_msg()
|
D | avrc_api.cc | 699 msg.hdr.subunit_id = p_data[1] & AVRC_SUBID_MASK; in avrc_msg_cback()
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 466 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/ |
D | avrc_defs.h | 884 uint8_t subunit_id; /* Subunit ID. This value is typically ignored in AVRCP, member
|