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.java1328 public boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterService.AdapterServiceBinder
1331 return service.isLeExtendedAdvertisingSupported(); in isLeExtendedAdvertisingSupported()
1898 public boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterService
1900 return mAdapterProperties.isLeExtendedAdvertisingSupported(); in isLeExtendedAdvertisingSupported()
DAdapterProperties.java337 boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterProperties