OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTRIB_SCAN_STATUS
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerConstants.java
97
public static final byte
ATTRIB_SCAN_STATUS
= 0x04;
AvrcpControllerClasses.java
63
else if (attribId == AvrcpControllerConstants.
ATTRIB_SCAN_STATUS
) {
367
case AvrcpControllerConstants.
ATTRIB_SCAN_STATUS
:
389
case AvrcpControllerConstants.
ATTRIB_SCAN_STATUS
:
AvrcpControllerService.java
366
attribArray[i++] = AvrcpControllerConstants.
ATTRIB_SCAN_STATUS
;
[
all
...]
Completed in 70 milliseconds