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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 101 private static final int AVRC_RSP_ACCEPT = 9;
341 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
350 if (mAbsoluteVolume != msg.arg1 && (msg.arg2 == AVRC_RSP_ACCEPT ||
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 864 ctype = AVRC_RSP_ACCEPT;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 210 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 916 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT)
959 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT)
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 269 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 59 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */
    [all...]

Completed in 1489 milliseconds