Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java143 private int mMapSupportedFeatures = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapContentObserver
328 + mMapSupportedFeatures); in getObserverRemoteFeatureMask()
329 return mMapSupportedFeatures; in getObserverRemoteFeatureMask()
333 mMapSupportedFeatures = remoteSupportedFeatures & BluetoothMapMasInstance.getFeatureMask(); in setObserverRemoteFeatureMask()
334 if ((BluetoothMapUtils.MAP_FEATURE_EXTENDED_EVENT_REPORT_11_BIT & mMapSupportedFeatures) in setObserverRemoteFeatureMask()
339 if ((BluetoothMapUtils.MAP_FEATURE_EVENT_REPORT_V12_BIT & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
343 & mMapSupportedFeatures) in setObserverRemoteFeatureMask()
351 + mMapSupportedFeatures); in setObserverRemoteFeatureMask()
363 + mMapSupportedFeatures); in setObserverRemoteFeatureMask()