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.java117 private boolean mIsDebugLogSupported; field in AdapterProperties
949 mIsDebugLogSupported = ((0xFF & ((int) val[13])) != 0); in updateFeatureSupport()
971 + " mIsDebugLogSupported = " + mIsDebugLogSupported + " mIsLe2MPhySupported = " in updateFeatureSupport()