Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java114 private boolean mIsLeExtendedAdvertisingSupported; field in AdapterProperties
477 return mIsLeExtendedAdvertisingSupported; in isLeExtendedAdvertisingSupported()
893 mIsLeExtendedAdvertisingSupported = ((0xFF & ((int) val[16])) != 0); in updateFeatureSupport()
910 + " mIsLeExtendedAdvertisingSupported = " + mIsLeExtendedAdvertisingSupported in updateFeatureSupport()