Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java133 private static BluetoothDevice sRemoteDevice = null; field in BluetoothMapService
191 sRemoteDevice = null; in closeService()
247 new BluetoothMnsObexClient(sRemoteDevice, mMnsRecord, mSessionStatusHandler); in startObexServerSessions()
335 sRemoteDevice = null; in stopObexServerSessions()
384 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, sRemoteDevice); in handleMessage()
440 if (sRemoteDevice != null) { in handleMessage()
442 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in handleMessage()
486 if (mIsWaitingAuthorization || sRemoteDevice == null || mSdpSearchInitiated) { in onConnectHandler()
527 return sRemoteDevice; in getRemoteDevice()
540 sRemoteDevice, BluetoothProfile.MAP, mState, prevState); in setState()
[all …]