Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java89 private static final int MAS_INSTANCE_ID_LEN = 0x01; //, 0x0000, 0x00FF), field in BluetoothMapAppParams
355 if (tagLength != MAS_INSTANCE_ID_LEN) { in ParseParams()
357 " expected: " + MAS_INSTANCE_ID_LEN); in ParseParams()
675 appParamBuf.put((byte) MAS_INSTANCE_ID_LEN); in EncodeParams()