Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2337 public boolean isLePeriodicAdvertisingSupported() { in isLePeriodicAdvertisingSupported() method in AdapterService.AdapterServiceBinder
2343 return service.isLePeriodicAdvertisingSupported(); in isLePeriodicAdvertisingSupported()
3212 public boolean isLePeriodicAdvertisingSupported() { in isLePeriodicAdvertisingSupported() method in AdapterService
3213 return mAdapterProperties.isLePeriodicAdvertisingSupported(); in isLePeriodicAdvertisingSupported()
DAdapterProperties.java499 boolean isLePeriodicAdvertisingSupported() { in isLePeriodicAdvertisingSupported() method in AdapterProperties