Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java153 Boolean isBle, in bluetoothSocketConnBeginConnectThreadPsm()
160 + isBle + ", psmValue=" + psmValue + ", securedConn=" + securedConn); in bluetoothSocketConnBeginConnectThreadPsm()
161 ConnectThread connectThread = new ConnectThread(mDevice, psmValue, isBle, securedConn); in bluetoothSocketConnBeginConnectThreadPsm()
288 @RpcDefault("false") Boolean isBle, in bluetoothSocketConnBeginAcceptThreadPsm()
296 isBle, securedConn); in bluetoothSocketConnBeginAcceptThreadPsm()
696 @RpcParameter(name = "isBle") @RpcDefault("false") boolean isBle, in ConnectThread()
700 Log.d("ConnectThread: psmValue=" + psmValue + ", isBle=" + isBle in ConnectThread()
703 if (isBle) { in ConnectThread()
721 mIsBle = isBle; in ConnectThread()
780 AcceptThread(int psmValue, int timeout, boolean isBle, boolean securedConn) { in AcceptThread() argument
[all …]