Searched refs:psmValue (Results 1 – 1 of 1) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothSocketConnFacade.java | 154 @RpcParameter(name = "psmValue") @RpcDefault(DEFAULT_PSM) Integer psmValue, in bluetoothSocketConnBeginConnectThreadPsm() 160 + isBle + ", psmValue=" + psmValue + ", securedConn=" + securedConn); in bluetoothSocketConnBeginConnectThreadPsm() 161 ConnectThread connectThread = new ConnectThread(mDevice, psmValue, isBle, securedConn); in bluetoothSocketConnBeginConnectThreadPsm() 292 @RpcParameter(name = "psmValue") @RpcDefault(DEFAULT_PSM) Integer psmValue) in bluetoothSocketConnBeginAcceptThreadPsm() 294 Log.d("bluetoothSocketConnBeginAcceptThreadPsm: PSM value=" + psmValue); in bluetoothSocketConnBeginAcceptThreadPsm() 295 AcceptThread acceptThread = new AcceptThread(psmValue.intValue(), timeout.intValue(), in bluetoothSocketConnBeginAcceptThreadPsm() 695 @RpcDefault(DEFAULT_PSM) Integer psmValue, in ConnectThread() 700 Log.d("ConnectThread: psmValue=" + psmValue + ", isBle=" + isBle in ConnectThread() 705 tmp = device.createL2capChannel(psmValue); in ConnectThread() 707 tmp = device.createInsecureL2capChannel(psmValue); in ConnectThread() [all …]
|