Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java79 private static final int MAX_LIST_COUNT_LEN = 0x02; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
235 if (tagLength != MAX_LIST_COUNT_LEN) { in ParseParams()
237 + " expected: " + MAX_LIST_COUNT_LEN); in ParseParams()
600 appParamBuf.put((byte) MAX_LIST_COUNT_LEN); in EncodeParams()