Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java624 int pduLength = data.length-(1+addressLength); in gsmStripOffScAddress() local
625 byte[] newData = new byte[pduLength]; in gsmStripOffScAddress()
626 System.arraycopy(data, 1+addressLength, newData, 0, pduLength); in gsmStripOffScAddress()