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.java67 private static final int SUBJECT_LENGTH_LEN = 0x01; //, 0x0000, 0x00FF), field in BluetoothMapAppParams
315 if (tagLength != SUBJECT_LENGTH_LEN) { in ParseParams()
317 + SUBJECT_LENGTH_LEN); in ParseParams()
501 appParamBuf.put((byte) SUBJECT_LENGTH_LEN); in EncodeParams()