Searched refs:subunit_type (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/avrc/
H A Davrc_opt.c65 *p_data++ = (p_msg->hdr.subunit_type << AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id;
H A Davrc_api.c592 msg.hdr.subunit_type = (p_data[1] & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
610 /* check & set the offset. set response code, set subunit_type & subunit_id,
642 /* check & set the offset. set response code, set (subunit_type & subunit_id),
663 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT;
664 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL)
/system/bt/bta/av/
H A Dbta_av_api.c441 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
480 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
H A Dbta_av_act.c782 if (p_vendor->hdr.subunit_type != AVRC_SUB_PANEL)
/system/bt/stack/include/
H A Davrc_defs.h760 UINT8 subunit_type; /* Subunit type. */ member in struct:__anon910
780 UINT8 subunit_type[AVRC_SUB_TYPE_LEN]; member in struct:__anon912
783 * subunit_type array, FALSE otherwise. */
802 * hdr.subunit_type Unused.
820 * hdr.subunit_type Unused.

Completed in 82 milliseconds