Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java121 private boolean mIsLeExtendedAdvertisingSupported; field in AdapterProperties
493 return mIsLeExtendedAdvertisingSupported; in isLeExtendedAdvertisingSupported()
952 mIsLeExtendedAdvertisingSupported = ((0xFF & ((int) val[16])) != 0); in updateFeatureSupport()
973 + " mIsLeExtendedAdvertisingSupported = " + mIsLeExtendedAdvertisingSupported in updateFeatureSupport()