Home
last modified time | relevance | path

Searched defs:stopAdvertisingSet (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java277 void stopAdvertisingSet(IAdvertisingSetCallback callback) { in stopAdvertisingSet() method in AdvertiseManager
DGattService.java1427 public void stopAdvertisingSet(IAdvertisingSetCallback callback, in stopAdvertisingSet() method in GattService.BluetoothGattBinder
1436 private void stopAdvertisingSet(IAdvertisingSetCallback callback, in stopAdvertisingSet() method in GattService.BluetoothGattBinder
3301 void stopAdvertisingSet(IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java602 public void stopAdvertisingSet() throws Exception { in stopAdvertisingSet() method in GattServiceBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl73 …void stopAdvertisingSet(in IAdvertisingSetCallback callback, in AttributionSource attributionSourc… in stopAdvertisingSet() method