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/avrcp/
Avrcp.java 103 private static final int AVRC_RSP_ACCEPT = 9;
327 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
336 if (mAbsoluteVolume != msg.arg1 && (msg.arg2 == AVRC_RSP_ACCEPT ||
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c     [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 922 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT)
965 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 390 milliseconds