Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java621 int addressLength = data[0] & 0xff; // Treat the byte value as an unsigned value in gsmStripOffScAddress() local
622 …if(addressLength >= data.length) // We could verify that the address-length is no longer than 11 b… in gsmStripOffScAddress()
624 int pduLength = data.length-(1+addressLength); in gsmStripOffScAddress()
626 System.arraycopy(data, 1+addressLength, newData, 0, pduLength); in gsmStripOffScAddress()