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

  /hardware/libhardware/include/hardware/
bt_rc.h 35 BTRC_FEAT_ABSOLUTE_VOLUME = 0x02, /* Supports TG role and volume sync */
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 96 public static final int BTRC_FEAT_ABSOLUTE_VOLUME = 0x02;
743 return ((mFeatures & BTRC_FEAT_ABSOLUTE_VOLUME) != 0);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 362 rc_features |= BTRC_FEAT_ABSOLUTE_VOLUME;
    [all...]

Completed in 1187 milliseconds