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.java2001 public boolean isLePeriodicAdvertisingSupported() { in isLePeriodicAdvertisingSupported() method in AdapterService.AdapterServiceBinder
2009 return service.isLePeriodicAdvertisingSupported(); in isLePeriodicAdvertisingSupported()
2657 public boolean isLePeriodicAdvertisingSupported() { in isLePeriodicAdvertisingSupported() method in AdapterService
2658 return mAdapterProperties.isLePeriodicAdvertisingSupported(); in isLePeriodicAdvertisingSupported()
DAdapterProperties.java465 boolean isLePeriodicAdvertisingSupported() { in isLePeriodicAdvertisingSupported() method in AdapterProperties