Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1989 public boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterService.AdapterServiceBinder
1997 return service.isLeExtendedAdvertisingSupported(); in isLeExtendedAdvertisingSupported()
2653 public boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterService
2654 return mAdapterProperties.isLeExtendedAdvertisingSupported(); in isLeExtendedAdvertisingSupported()
DAdapterProperties.java458 boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterProperties