HomeSort by relevance Sort by last modified time
    Searched defs:AVRC_RSP_ACCEPT (Results 1 - 2 of 2) 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/stack/include/
avrc_defs.h 59 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */
    [all...]

Completed in 152 milliseconds