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.java135 private int mMapSupportedFeatures = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; field in BluetoothMapContentObserver
309 + " mMapSupportedFeatures: " + mMapSupportedFeatures); in getObserverRemoteFeatureMask()
311 return mMapSupportedFeatures; in getObserverRemoteFeatureMask()
315 mMapSupportedFeatures = in setObserverRemoteFeatureMask()
317 if ((BluetoothMapUtils.MAP_FEATURE_EXTENDED_EVENT_REPORT_11_BIT & mMapSupportedFeatures) in setObserverRemoteFeatureMask()
322 if ((BluetoothMapUtils.MAP_FEATURE_EVENT_REPORT_V12_BIT & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
326 & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask()
330 + " were set, mMapSupportedFeatures=" + mMapSupportedFeatures); in setObserverRemoteFeatureMask()
335 + " mMapSupportedFeatures=" + mMapSupportedFeatures); in setObserverRemoteFeatureMask()