Searched refs:disconnectType (Results 1 – 6 of 6) sorted by relevance
93 public void disconnectIndication(int token, int disconnectType) { in disconnectIndication() argument95 "disconnectIndication: token " + token + " disconnectType " + disconnectType); in disconnectIndication()98 sapMessage.setDisconnectionType(disconnectType); in disconnectIndication()
153 int disconnectType = intent.getIntExtra(SapServer.SAP_DISCONNECT_TYPE_EXTRA, in onReceive() local155 Log.v(TAG, " - Received SAP_DISCONNECT_ACTION type: " + disconnectType); in onReceive()157 if (disconnectType == SapMessage.DISC_RFCOMM) { in onReceive()162 sendDisconnectInd(disconnectType); in onReceive()
60 Return<void> disconnectIndication(int32_t token, SapDisconnectType disconnectType);
41 * @param disconnectType Disconnect Type to indicate if shutdown is graceful or immediate43 oneway disconnectIndication(int32_t token, SapDisconnectType disconnectType);
166 required DisconnectType disconnectType = 1; field
812 rsp->token, disconnectInd->disconnectType); in processResponse()814 (SapDisconnectType)disconnectInd->disconnectType); in processResponse()