OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
97
public static final int
BTRC_FEAT_ABSOLUTE_VOLUME
= 0x02;
773
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 209 milliseconds