Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java230 if (mAdapterService.isPeripheralModeSupported()) { in maxAdvertiseInstances()
270 !mAdapterService.isPeripheralModeSupported()) { in startAdverising()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1106 public boolean isPeripheralModeSupported() { in isPeripheralModeSupported() method in AdapterService.AdapterServiceBinder
1109 return service.isPeripheralModeSupported(); in isPeripheralModeSupported()
1697 public boolean isPeripheralModeSupported() { in isPeripheralModeSupported() method in AdapterService