Searched refs:sRemoteDevice (Results 1 – 1 of 1) sorted by relevance
134 private static BluetoothDevice sRemoteDevice = null; field in BluetoothMapService191 sRemoteDevice = null; in closeService()253 new BluetoothMnsObexClient(sRemoteDevice, mMnsRecord, mSessionStatusHandler); in startObexServerSessions()328 sRemoteDevice = null; in stopObexServerSessions()377 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, sRemoteDevice); in handleMessage()438 if (sRemoteDevice != null) { in handleMessage()442 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in handleMessage()472 if (mIsWaitingAuthorization || sRemoteDevice == null || mSdpSearchInitiated) { in onConnectHandler()504 return sRemoteDevice; in getRemoteDevice()521 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, sRemoteDevice); in setState()[all …]