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.java2327 public boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterService.AdapterServiceBinder
2333 return service.isLeExtendedAdvertisingSupported(); in isLeExtendedAdvertisingSupported()
3208 public boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterService
3209 return mAdapterProperties.isLeExtendedAdvertisingSupported(); in isLeExtendedAdvertisingSupported()
DAdapterProperties.java492 boolean isLeExtendedAdvertisingSupported() { in isLeExtendedAdvertisingSupported() method in AdapterProperties