Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java287 private int gsmSubmitGetTpPidOffset() { in gsmSubmitGetTpPidOffset() method in BluetoothMapSmsPdu.SmsPdu
311 return gsmSubmitGetTpPidOffset() + 1; in gsmSubmitGetTpDcsOffset()
317 return gsmSubmitGetTpPidOffset() + 2; in gsmSubmitGetTpUdlOffset()
319 return gsmSubmitGetTpPidOffset() + 2 + 1; in gsmSubmitGetTpUdlOffset()
324 return gsmSubmitGetTpPidOffset() + 2 + 7; in gsmSubmitGetTpUdlOffset()
458 newPdu.write(mData[gsmSubmitGetTpPidOffset()]); in gsmChangeToDeliverPdu()