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.java88 private static final int MAS_INSTANCE_ID_LEN = 0x01; //, 0x0000, 0x00FF), field in BluetoothMapAppParams
357 if (tagLength != MAS_INSTANCE_ID_LEN) { in parseParams()
359 + " expected: " + MAS_INSTANCE_ID_LEN); in parseParams()
686 appParamBuf.put((byte) MAS_INSTANCE_ID_LEN); in encodeParams()