OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothLeAdvertisingSetFacade
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertisingSetFacade.java
48
public class
BluetoothLeAdvertisingSetFacade
extends RpcReceiver {
64
public
BluetoothLeAdvertisingSetFacade
(FacadeManager manager) {
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java
41
import com.googlecode.android_scripting.facade.bluetooth.
BluetoothLeAdvertisingSetFacade
;
158
sFacadeClassList.add(
BluetoothLeAdvertisingSetFacade
.class);
Completed in 42 milliseconds