Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java92 private static final int SUBJECT_LENGTH_LEN = 0x01; //, 0x0000, 0x00FF), field in BluetoothMapAppParams
389 if (tagLength != SUBJECT_LENGTH_LEN) { in parseParams()
391 + " expected: " + SUBJECT_LENGTH_LEN); in parseParams()
706 appParamBuf.put((byte) SUBJECT_LENGTH_LEN); in encodeParams()