OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BTRC_FEAT_ABSOLUTE_VOLUME
(Results
1 - 2
of
2
) 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
97
public static final int
BTRC_FEAT_ABSOLUTE_VOLUME
= 0x02;
773
return ((mFeatures &
BTRC_FEAT_ABSOLUTE_VOLUME
) != 0);
[
all
...]
Completed in 33 milliseconds