OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LIST_COUNT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapClient.java
218
public static final short
MAX_LIST_COUNT
= (short) 0xFFFF;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
37
private static final int
MAX_LIST_COUNT
= 0x01;
234
case
MAX_LIST_COUNT
:
236
Log.w(TAG, "
MAX_LIST_COUNT
: Wrong length received: " + tagLength
599
appParamBuf.put((byte)
MAX_LIST_COUNT
);
[
all
...]
Completed in 246 milliseconds