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.java164 public void enableAdvertisingSet() { in enableAdvertisingSet() method in AppAdvertiseStatsTest
DGattServiceBinderTest.java622 public void enableAdvertisingSet() throws Exception { in enableAdvertisingSet() method in GattServiceBinderTest
DGattServiceTest.java695 public void enableAdvertisingSet() throws Exception { in enableAdvertisingSet() method in GattServiceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java209 void enableAdvertisingSet(boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AppAdvertiseStats
DAdvertiseManager.java327 void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AdvertiseManager
DContextMap.java507 void enableAdvertisingSet(int id, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in ContextMap
DGattService.java1516 public void enableAdvertisingSet(int advertiserId, boolean enable, int duration, in enableAdvertisingSet() method in GattService.BluetoothGattBinder
1527 private void enableAdvertisingSet(int advertiserId, boolean enable, int duration, in enableAdvertisingSet() method in GattService.BluetoothGattBinder
3508 void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents, in enableAdvertisingSet() method in GattService
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl80 …void enableAdvertisingSet(in int advertiserId, in boolean enable, in int duration, in int maxExtAd… in enableAdvertisingSet() method