HomeSort by relevance Sort by last modified time
    Searched refs:subunit_type (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/avrc/
avrc_opt.c 65 *p_data++ = (p_msg->hdr.subunit_type << AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id;
avrc_api.c 570 msg.hdr.subunit_type = (p_data[1] & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
588 /* check & set the offset. set response code, set subunit_type & subunit_id,
620 /* check & set the offset. set response code, set (subunit_type & subunit_id),
641 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT;
642 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL)
    [all...]
  /system/bt/bta/av/
bta_av_api.c 489 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
524 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
bta_av_act.c 781 if (p_vendor->hdr.subunit_type != AVRC_SUB_PANEL)
    [all...]
  /system/bt/stack/include/
avrc_defs.h 761 UINT8 subunit_type; \/* Subunit type. *\/ member in struct:__anon74070
781 UINT8 subunit_type[AVRC_SUB_TYPE_LEN]; member in struct:__anon74072
    [all...]

Completed in 1310 milliseconds