Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java123 stopAdvertisingSet(callback); in binderDied()
232 void stopAdvertisingSet(IAdvertisingSetCallback callback) { in stopAdvertisingSet() method in AdvertiseManager
DGattService.java817 public void stopAdvertisingSet(IAdvertisingSetCallback callback) { in stopAdvertisingSet() method in GattService.BluetoothGattBinder
822 service.stopAdvertisingSet(callback); in stopAdvertisingSet()
2124 void stopAdvertisingSet(IAdvertisingSetCallback callback) { in stopAdvertisingSet() method in GattService
2126 mAdvertiseManager.stopAdvertisingSet(callback); in stopAdvertisingSet()