bluetooth
32feet.net howto discover nearby bluetooth devices async in c#
I am trying to use the 32feet.NET bluetooth library in a C# application to detect nearby devices.The purpose开发者_开发技巧 of my little application is to let the PC know who is in the room using the[详细]
2023-04-13 07:31 分类:问答In Android java, how do I catch long press on Bluetooth device call button?
How do I catch (interc开发者_StackOverflowept) a long Bluetooth device call button press (android)?You\'re looking for is android.intent.action.VOICE_COMMAND, and it\'s an Activity intent, not a Recei[详细]
2023-04-13 07:18 分类:问答Sending files via OBEX (lightblue/OBEXFTP)
I\'m trying desperately to send files via OBEX, using python. I have two functioning codes, the first using lightblue and the other using obexftp. We\'ve got here two android phones, the first is a Sa[详细]
2023-04-13 03:31 分类:问答How to access Bluetooth low level functions in pybluez?
Are there pybluez wrapper functions for lower level bt functionality? I couldn\'t find anything in the docs. What I need to use is equivalent functionality to:[详细]
2023-04-13 03:28 分类:问答Reflection issue of Android BluetoothService class
I want to call some methods like isEnabled(), getAddressFromObjectPath(), etc. of BluetoothService class, but this class is mark with @hide.[详细]
2023-04-12 20:36 分类:问答How to use BluetoothHeadset class via reflection
I want to use methods of BluetoothHeadset class in Android 2.0+. Here is my code: Class bluetoothHeadsetClass = Class.forName(\"android.bluetooth.BluetoothHeadset\");[详细]
2023-04-12 17:26 分类:问答Debug android device via Bluetooth
I\'m having problem with my USB ports on my laptop (only 1 active and is used with the external mouse)[详细]
2023-04-12 15:34 分类:问答Android bluetooth connection fails (Error: no bt sock found, scn 1)
I wrote a little application for Android 2.3 using Eclipse Galileo. The application is based on Bluetooth Chat example published on Google.[详细]
2023-04-12 07:12 分类:问答good odb 2 bluetooth emulator for app development
I am开发者_运维问答 developing an iOS and an Android app to communicate with a ODB II Bluetooth device. What would be a good software emulator of the ODB2 device?[详细]
2023-04-12 05:19 分类:问答How safe is a "private" aidl to a system process
In my app, which uses a proprietary bluetooth device, I\'m working on self-correcting some problems that may come up with the device.One of those problems is when the phone thinks it\'s paired, and th[详细]
2023-04-12 04:19 分类:问答