Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java122 private boolean mIsLePeriodicAdvertisingSupported; field in AdapterProperties
500 return mIsLePeriodicAdvertisingSupported; in isLePeriodicAdvertisingSupported()
953 mIsLePeriodicAdvertisingSupported = ((0xFF & ((int) val[17])) != 0); in updateFeatureSupport()
974 + " mIsLePeriodicAdvertisingSupported = " + mIsLePeriodicAdvertisingSupported in updateFeatureSupport()