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.java294 private int gsmSubmitGetTpPidOffset() { in gsmSubmitGetTpPidOffset() method in BluetoothMapSmsPdu.SmsPdu
318 return gsmSubmitGetTpPidOffset() + 1; in gsmSubmitGetTpDcsOffset()
324 return gsmSubmitGetTpPidOffset() + 2; in gsmSubmitGetTpUdlOffset()
326 return gsmSubmitGetTpPidOffset() + 2 + 1; in gsmSubmitGetTpUdlOffset()
331 return gsmSubmitGetTpPidOffset() + 2 + 7; in gsmSubmitGetTpUdlOffset()
454 newPdu.write(mData[gsmSubmitGetTpPidOffset()]); in gsmChangeToDeliverPdu()