Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java110 private boolean mIsDebugLogSupported; field in AdapterProperties
890 mIsDebugLogSupported = ((0xFF & ((int) val[13])) != 0); in updateFeatureSupport()
908 + " mIsDebugLogSupported = " + mIsDebugLogSupported + " mIsLe2MPhySupported = " in updateFeatureSupport()