OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTRC_FEAT_METADATA
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerConstants.java
57
public static final byte
BTRC_FEAT_METADATA
= 1;
AvrcpControllerClasses.java
270
if((mRemoteFeatures & AvrcpControllerConstants.
BTRC_FEAT_METADATA
) != 0)
Avrcp.java
114
public static final int
BTRC_FEAT_METADATA
= 0x01;
[
all
...]
/hardware/libhardware/include/hardware/
bt_rc.h
34
BTRC_FEAT_METADATA
= 0x01, /* AVRCP 1.3 */
/system/bt/btif/src/
btif_rc.c
455
rc_features |=
BTRC_FEAT_METADATA
;
506
rc_features |=
BTRC_FEAT_METADATA
;
[
all
...]
Completed in 264 milliseconds