Home
last modified time | relevance | path

Searched refs:MAX_LIST_COUNT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java37 private static final int MAX_LIST_COUNT = 0x01; field in BluetoothMapAppParams
234 case MAX_LIST_COUNT: in ParseParams()
599 appParamBuf.put((byte) MAX_LIST_COUNT); in EncodeParams()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java218 public static final short MAX_LIST_COUNT = (short) 0xFFFF; field in BluetoothPbapClient