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.java162 Boolean isBle, in bluetoothSocketConnBeginConnectThreadPsm()
169 + isBle + ", psmValue=" + psmValue + ", securedConn=" + securedConn); in bluetoothSocketConnBeginConnectThreadPsm()
170 ConnectThread connectThread = new ConnectThread(mDevice, psmValue, isBle, securedConn); in bluetoothSocketConnBeginConnectThreadPsm()
297 @RpcDefault("false") Boolean isBle, in bluetoothSocketConnBeginAcceptThreadPsm()
305 isBle, securedConn); in bluetoothSocketConnBeginAcceptThreadPsm()
705 @RpcParameter(name = "isBle") @RpcDefault("false") boolean isBle, in ConnectThread()
709 Log.d("ConnectThread: psmValue=" + psmValue + ", isBle=" + isBle in ConnectThread()
712 if (isBle) { in ConnectThread()
730 mIsBle = isBle; in ConnectThread()
795 AcceptThread(int psmValue, int timeout, boolean isBle, boolean securedConn) { in AcceptThread() argument
[all …]