Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java62 private static final String DEFAULT_PSM = "161"; //=0x00A1 field in BluetoothSocketConnFacade
163 @RpcParameter(name = "psmValue") @RpcDefault(DEFAULT_PSM) Integer psmValue, in bluetoothSocketConnBeginConnectThreadPsm()
301 @RpcParameter(name = "psmValue") @RpcDefault(DEFAULT_PSM) Integer psmValue) in bluetoothSocketConnBeginAcceptThreadPsm()
704 @RpcDefault(DEFAULT_PSM) Integer psmValue, in ConnectThread()