Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java91 private static final int MESSAGE_LISTING_SIZE_LEN = 0x02; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
381 if (tagLength != MESSAGE_LISTING_SIZE_LEN) { in parseParams()
383 + " expected: " + MESSAGE_LISTING_SIZE_LEN); in parseParams()
701 appParamBuf.put((byte) MESSAGE_LISTING_SIZE_LEN); in encodeParams()