Searched defs:enableAdvertisingSet (Results  1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ | 
| D | AppAdvertiseStatsTest.java | 138     public void enableAdvertisingSet() {  in enableAdvertisingSet()  method in AppAdvertiseStatsTest
 | 
| D | GattServiceBinderTest.java | 620     public void enableAdvertisingSet() throws Exception {  in enableAdvertisingSet()  method in GattServiceBinderTest
 | 
| D | GattServiceTest.java | 631     public void enableAdvertisingSet() throws Exception {  in enableAdvertisingSet()  method in GattServiceTest
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ | 
| D | AppAdvertiseStats.java | 182     void enableAdvertisingSet(boolean enable, int duration, int maxExtAdvEvents) {  in enableAdvertisingSet()  method in AppAdvertiseStats
 | 
| D | AdvertiseManager.java | 309     void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) {  in enableAdvertisingSet()  method in AdvertiseManager
 | 
| D | ContextMap.java | 503     void enableAdvertisingSet(int id, boolean enable, int duration, int maxExtAdvEvents) {  in enableAdvertisingSet()  method in ContextMap
 | 
| D | GattService.java | 1464         public void enableAdvertisingSet(int advertiserId, boolean enable, int duration,  in enableAdvertisingSet()  method in GattService.BluetoothGattBinder1475         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/ | 
| D | IBluetoothGatt.aidl | 78 …void enableAdvertisingSet(in int advertiserId, in boolean enable, in int duration, in int maxExtAd…  in enableAdvertisingSet()  method
 |