Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java111 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapMasInstance
402 mMapServer.setRemoteFeatureMask(mRemoteFeatureMask); in startObexServerSession()
483 verbose("setRemoteFeatureMask : Curr: " + mRemoteFeatureMask); in setRemoteFeatureMask()
484 mRemoteFeatureMask = supportedFeatures & sFeatureMask; in setRemoteFeatureMask()
485 BluetoothMapUtils.savePeerSupportUtcTimeStamp(mRemoteFeatureMask); in setRemoteFeatureMask()
487 mObserver.setObserverRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
488 mMapServer.setRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
489 verbose("setRemoteFeatureMask : set: " + mRemoteFeatureMask); in setRemoteFeatureMask()
494 return this.mRemoteFeatureMask; in getRemoteFeatureMask()
DBluetoothMapObexServer.java120 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapObexServer
145 mRemoteFeatureMask = mMasInstance.getRemoteFeatureMask(); in BluetoothMapObexServer()
313 return mRemoteFeatureMask; in getRemoteFeatureMask()
316 public void setRemoteFeatureMask(int mRemoteFeatureMask) { in setRemoteFeatureMask() argument
317 Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
318 this.mRemoteFeatureMask = mRemoteFeatureMask; in setRemoteFeatureMask()
319 this.mOutContent.setRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
320 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) in setRemoteFeatureMask()
400 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT) in onConnect()
405 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) in onConnect()
[all …]
DBluetoothMapContent.java159 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapContent
4392 this.mRemoteFeatureMask = featureMask; in setRemoteFeatureMask()
4394 if ((this.mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT) in setRemoteFeatureMask()
4402 return this.mRemoteFeatureMask; in getRemoteFeatureMask()