OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:advertisingsetcb
(Results
1 - 1
of
1
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertisingSetFacade.java
453
MyAdvertisingSetCallback
advertisingSetCb
= entry.getValue();
456
if (
advertisingSetCb
== null) continue;
458
Log.d("shutdown() stopping le advertising set " +
advertisingSetCb
.index);
461
.stopAdvertisingSet(
advertisingSetCb
);
Completed in 99 milliseconds