Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java55 private static final int NEW_MESSAGE_LEN = 0x01; //, 0x0000, 0x0001), field in BluetoothMapAppParams
267 if (tagLength != NEW_MESSAGE_LEN) { in ParseParams()
269 + NEW_MESSAGE_LEN); in ParseParams()
471 appParamBuf.put((byte) NEW_MESSAGE_LEN); in EncodeParams()