OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTRC_FEAT_BROWSE
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_rc.h
88
BTRC_FEAT_BROWSE
= 0x04, /* AVRCP 1.4 and up, with Browsing support */
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java
132
public static final int
BTRC_FEAT_BROWSE
= 0x04;
[
all
...]
/system/bt/btif/src/
btif_rc.cc
486
rc_features |=
BTRC_FEAT_BROWSE
;
514
rc_features = (btrc_remote_features_t)(rc_features |
BTRC_FEAT_BROWSE
);
[
all
...]
Completed in 284 milliseconds