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 120 private static final int AVRC_RSP_ACCEPT = 9;
350 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
378 if (mLocalVolume != volIndex && (msg.arg2 == AVRC_RSP_ACCEPT ||
383 if (mLastLocalVolume != -1 && msg.arg2 == AVRC_RSP_ACCEPT) {
409 (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 1754 milliseconds