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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 61 if (p_msg->hdr.ctype == AVRC_RSP_REJ)
88 || AVRC_RSP_REJ==p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL==p_msg->hdr.ctype))
avrc_api.c 272 *p_begin = (AVRC_RSP_REJ & AVRC_CTYPE_MASK);
326 *p_data++ = AVRC_RSP_REJ;
749 *p_rsp_data = AVRC_RSP_REJ;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 102 private static final int AVRC_RSP_REJ = 10;
341 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
355 } else if (msg.arg2 == AVRC_RSP_REJ) {
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 802 UINT8 ctype = AVRC_RSP_REJ;
848 ctype = AVRC_RSP_REJ;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 211 #define BTA_AV_RSP_REJ AVRC_RSP_REJ
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 60 #define AVRC_RSP_REJ 10 /* The target implements the command specified by the
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 770 *p_ctype = AVRC_RSP_REJ;
    [all...]

Completed in 153 milliseconds