Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A 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()
H A 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()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_utils.h60 Return<void> disconnectIndication(int32_t token, SapDisconnectType disconnectType);
/aosp12/hardware/interfaces/radio/1.0/
H A DISapCallback.hal41 * @param disconnectType Disconnect Type to indicate if shutdown is graceful or immediate
43 oneway disconnectIndication(int32_t token, SapDisconnectType disconnectType);
/aosp12/hardware/ril/librilutils/proto/
H A Dsap-api.proto166 required DisconnectType disconnectType = 1; field
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp812 rsp->token, disconnectInd->disconnectType); in processResponse()
814 (SapDisconnectType)disconnectInd->disconnectType); in processResponse()