-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #1
base: master
Are you sure you want to change the base?
Dev #1
Conversation
add BluetoothSocket socket = null; Method m = device.getClass().getMethod("createRfcommSocket",new Class[] { int.class }); socket = (BluetoothSocket) m.invoke(device, 2);// instead of device.createRfcomm...
…id); // @todo . introduce ConnectionMethodTODO . introduce ConnectionMethod ^
android:usesPermissionFlags="neverForLocation" />
Hi! Sorry; I just figured out how to see a list of issues raised on any of my repos. Were there specific bugfixes or improvements you were hoping to merge? |
No description provided.