Searched refs:sRemoteDevice (Results 1 – 1 of 1) sorted by relevance
130 private static BluetoothDevice sRemoteDevice = null; field in BluetoothMapService187 sRemoteDevice = null; in closeService()249 new BluetoothMnsObexClient(sRemoteDevice, mMnsRecord, mSessionStatusHandler); in startObexServerSessions()324 sRemoteDevice = null; in stopObexServerSessions()373 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, sRemoteDevice); in handleMessage()430 if (sRemoteDevice != null) { in handleMessage()434 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in handleMessage()464 if (mIsWaitingAuthorization || sRemoteDevice == null || mSdpSearchInitiated) { in onConnectHandler()496 return sRemoteDevice; in getRemoteDevice()513 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, sRemoteDevice); in setState()[all …]