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.java35 private static final int MAX_LIST_COUNT_LEN = 0x02; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
183 if (tagLength != MAX_LIST_COUNT_LEN) { in ParseParams()
185 + " expected: " + MAX_LIST_COUNT_LEN); in ParseParams()
411 appParamBuf.put((byte) MAX_LIST_COUNT_LEN); in EncodeParams()