Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothLeAdvertisingSetFacade.java53 private final HashMap<Integer, MyAdvertisingSetCallback> mAdvertisingSetCallbacks; field in BluetoothLeAdvertisingSetFacade
74 mAdvertisingSetCallbacks = new HashMap<>(); in BluetoothLeAdvertisingSetFacade()
87 mAdvertisingSetCallbacks.put(callback.index, callback); in bleAdvSetGenCallback()
260 MyAdvertisingSetCallback callback = mAdvertisingSetCallbacks.get(callbackIndex); in bleAdvSetStartAdvertisingSet()
338 MyAdvertisingSetCallback callback = mAdvertisingSetCallbacks.remove(index); in bleAdvSetStopAdvertisingSet()
369 mAdvertisingSetCallbacks.remove(index); in onAdvertisingSetStarted()
450 mAdvertisingSetCallbacks.entrySet().iterator(); in shutdown()
467 mAdvertisingSetCallbacks.clear(); in shutdown()