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 119 private static final int AVRC_RSP_ACCEPT = 9;
348 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
376 if (mLocalVolume != volIndex && (msg.arg2 == AVRC_RSP_ACCEPT ||
381 if (mLastLocalVolume != -1 && msg.arg2 == AVRC_RSP_ACCEPT) {
407 (msg.arg2 == AVRC_RSP_ACCEPT )) {
    [all...]
  /system/bt/stack/include/
avrc_defs.h 61 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */
    [all...]

Completed in 91 milliseconds