OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTRC_FEAT_NONE
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerConstants.java
56
public static final byte
BTRC_FEAT_NONE
= 0;
AvrcpControllerClasses.java
245
mRemoteFeatures = AvrcpControllerConstants.
BTRC_FEAT_NONE
;
255
mRemoteFeatures = AvrcpControllerConstants.
BTRC_FEAT_NONE
;
AvrcpControllerService.java
229
(mAvrcpRemoteDevice.mRemoteFeatures == AvrcpControllerConstants.
BTRC_FEAT_NONE
)||
[
all
...]
/hardware/libhardware/include/hardware/
bt_rc.h
33
BTRC_FEAT_NONE
= 0x00, /* AVRCP 1.0 */
/system/bt/btif/src/
btif_rc.c
475
btrc_remote_features_t rc_features =
BTRC_FEAT_NONE
;
[
all
...]
Completed in 602 milliseconds