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