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.java92 private static final int MESSAGE_LISTING_SIZE_LEN = 0x02; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
379 if (tagLength != MESSAGE_LISTING_SIZE_LEN) { in ParseParams()
381 " expected: " + MESSAGE_LISTING_SIZE_LEN); in ParseParams()
690 appParamBuf.put((byte) MESSAGE_LISTING_SIZE_LEN); in EncodeParams()