Home
last modified time | relevance | path

Searched refs:subunit_type (Results 1 – 8 of 8) 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
56 subunit_type_(subunit_type), 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.cc697 msg.hdr.subunit_type = in avrc_msg_cback()
775 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT; in avrc_msg_cback()
776 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL) in avrc_msg_cback()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc465 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL; in BTA_AvVendorCmd()
500 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL; in BTA_AvVendorRsp()
Dbta_av_act.cc904 if (p_vendor->hdr.subunit_type != AVRC_SUB_PANEL) { in bta_av_proc_meta_cmd()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h883 uint8_t subunit_type; /* Subunit type. */ member
901 uint8_t subunit_type[AVRC_SUB_TYPE_LEN]; member