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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java122 stopAdvertisingSet(callback);
226 void stopAdvertisingSet(IAdvertisingSetCallback callback) { method in class:AdvertiseManager
228 if (DBG) Log.d(TAG, "stopAdvertisingSet() " + binder);
232 Log.e(TAG, "stopAdvertisingSet() - no client found for callback");
240 Log.i(TAG, "stopAdvertisingSet() - advertiser not finished registration yet");
H A DGattService.java621 public void stopAdvertisingSet(IAdvertisingSetCallback callback) { method in class:GattService.BluetoothGattBinder
624 service.stopAdvertisingSet(callback);
1743 void stopAdvertisingSet(IAdvertisingSetCallback callback) { method in class:GattService
1745 mAdvertiseManager.stopAdvertisingSet(callback);

Completed in 646 milliseconds