Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java274 private int gsmSubmitGetTpPidOffset() { in gsmSubmitGetTpPidOffset() method in BluetoothMapSmsPdu.SmsPdu
293 return gsmSubmitGetTpPidOffset() + 1; in gsmSubmitGetTpDcsOffset()
299 return gsmSubmitGetTpPidOffset() + 2; in gsmSubmitGetTpUdlOffset()
301 return gsmSubmitGetTpPidOffset() + 2 + 1; in gsmSubmitGetTpUdlOffset()
306 return gsmSubmitGetTpPidOffset() + 2 + 7; in gsmSubmitGetTpUdlOffset()
419 newPdu.write(mData[gsmSubmitGetTpPidOffset()]); in gsmChangeToDeliverPdu()