Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java81 private static final int MAX_LIST_COUNT_LEN = 0x02; // , 0x0000, 0xFFFF), field in BluetoothMapAppParams
225 if (tagLength != MAX_LIST_COUNT_LEN) { in parseParams()
231 + MAX_LIST_COUNT_LEN); in parseParams()
979 appParamBuf.put((byte) MAX_LIST_COUNT_LEN); in encodeParams()