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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_opt.c 67 *p_data++ = (p_msg->hdr.subunit_type << AVRC_SUBTYPE_SHIFT) | p_msg->hdr.subunit_id;
avrc_api.c 568 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)
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 443 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
482 p_buf->msg.hdr.subunit_type = AVRC_SUB_PANEL;
bta_av_act.c 778 if (p_vendor->hdr.subunit_type != AVRC_SUB_PANEL)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 760 UINT8 subunit_type; \/* Subunit type. *\/ member in struct:__anon5950
780 UINT8 subunit_type[AVRC_SUB_TYPE_LEN]; member in struct:__anon5952
    [all...]

Completed in 49 milliseconds