Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java137 private int mMapSupportedFeatures = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapContentObserver
311 + " mMapSupportedFeatures: " + mMapSupportedFeatures); in getObserverRemoteFeatureMask()
313 return mMapSupportedFeatures; in getObserverRemoteFeatureMask()
317 mMapSupportedFeatures = in setObserverRemoteFeatureMask()
319 if ((BluetoothMapUtils.MAP_FEATURE_EXTENDED_EVENT_REPORT_11_BIT & mMapSupportedFeatures) in setObserverRemoteFeatureMask()
324 if ((BluetoothMapUtils.MAP_FEATURE_EVENT_REPORT_V12_BIT & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
328 & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
332 + " were set, mMapSupportedFeatures=" + mMapSupportedFeatures); in setObserverRemoteFeatureMask()
337 + " mMapSupportedFeatures=" + mMapSupportedFeatures); in setObserverRemoteFeatureMask()