Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapRilReceiver.java93 public void disconnectIndication(int token, int disconnectType) { in disconnectIndication() argument
95 "disconnectIndication: token " + token + " disconnectType " + disconnectType); in disconnectIndication()
98 sapMessage.setDisconnectionType(disconnectType); in disconnectIndication()
DSapServer.java153 int disconnectType = intent.getIntExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, in onReceive() local
155 Log.v(TAG, " - Received SAP_DISCONNECT_ACTION type: " + disconnectType); in onReceive()
157 if (disconnectType == SapMessage.DISC_RFCOMM) { in onReceive()
162 sendDisconnectInd(disconnectType); in onReceive()