Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java108 Class bluetoothDeviceClass = Class.forName("android.bluetooth.BluetoothDevice"); in rfcommCreateL2capSocket() local
109 Method createL2capSocketMethod = bluetoothDeviceClass.getMethod( in rfcommCreateL2capSocket()
127 Class bluetoothDeviceClass = Class.forName("android.bluetooth.BluetoothDevice"); in rfcommCreateRfcommSocket() local
128 Method createL2capSocketMethod = bluetoothDeviceClass.getMethod( in rfcommCreateRfcommSocket()