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

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_opt.c67 *p_data++ = (p_msg->hdr.subunit_type << AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id;
H A Davrc_api.c568 msg.hdr.subunit_type = (p_data[1] & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
584 /* check & set the offset. set response code, set subunit_type & subunit_id,
614 /* check & set the offset. set response code, set (subunit_type & subunit_id),
635 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT;
636 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c417 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
456 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
H A Dbta_av_act.c772 if (p_vendor->hdr.subunit_type != AVRC_SUB_PANEL)
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h760 UINT8 subunit_type; /* Subunit type. */ member in struct:__anon1200
780 UINT8 subunit_type[AVRC_SUB_TYPE_LEN]; member in struct:__anon1202
783 * subunit_type array, FALSE otherwise. */
802 * hdr.subunit_type Unused.
820 * hdr.subunit_type Unused.

Completed in 2715 milliseconds