Home
last modified time | relevance | path

Searched defs:enableAdvertisingSet (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAppAdvertiseStatsTest.java138 public void enableAdvertisingSet() { in enableAdvertisingSet() method in AppAdvertiseStatsTest
DGattServiceBinderTest.java620 public void enableAdvertisingSet() throws Exception { in enableAdvertisingSet() method in GattServiceBinderTest
DGattServiceTest.java631 public void enableAdvertisingSet() throws Exception { in enableAdvertisingSet() method in GattServiceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java182 void enableAdvertisingSet(boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AppAdvertiseStats
DAdvertiseManager.java309 void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AdvertiseManager
DContextMap.java503 void enableAdvertisingSet(int id, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in ContextMap
DGattService.java1464 public void enableAdvertisingSet(int advertiserId, boolean enable, int duration, in enableAdvertisingSet() method in GattService.BluetoothGattBinder
1475 private void enableAdvertisingSet(int advertiserId, boolean enable, int duration, in enableAdvertisingSet() method in GattService.BluetoothGattBinder
3323 void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents, in enableAdvertisingSet() method in GattService
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl78 …void enableAdvertisingSet(in int advertiserId, in boolean enable, in int duration, in int maxExtAd… in enableAdvertisingSet() method