Tagged Questions
0
votes
0answers
12 views
Bluetooth Audio Endpoint Address
On Windows 8, I have installed a bluetooth headset. I am able to enumerate the audio endpoints using the MSDN sample code in
...
0
votes
0answers
43 views
2 Different Bluetooth stacks on one Windows PC
I should provide some Windows application with one of Bluetooth profiles, which is absent in standard Windows MS Bluetooth stack: Handsfree profile (HFP) client. Currently I am examining 2 decisions:
...
0
votes
0answers
27 views
Error during connect windows mobile with printer via bluetooth
I've a big problem. I would like to connect my windows mobile with printer via bluetooth. It`s small printer for receipts. I use this method to search and connect with it:
private void ...
2
votes
0answers
51 views
Streaming audio over a bluetooth socket
I need to stream audio over Windows sockets to a bluetooth headset.
I am able to make socket connection to the Bluetooth headset using RFCOMM and A2DP / Headset profile / Hands-free profile.
My ...
0
votes
0answers
25 views
how to list the files of a remote windows pc using Bluetooth?
I have this code:
try{
String btURL = "btgoep://0013FD94B84F:10;authenticate=false;encrypt=false;master=false";
String folder = "Nikos";
ClientSession conn = (ClientSession) Connector.open(btURL);
...
0
votes
0answers
17 views
get folder list of windows computer via bluetooth in java? [duplicate]
I need to build an java program that puts/gets files from a remote windows pc via Bluetooth; the code must also browse the remote filesystem. I've read something about OBEX but have really not found ...
0
votes
1answer
102 views
Windows 8 Bluetooth Low Energy - Custom driver required
I'm trying to connect a Glucose and Heartrate monitor LE devices using Windows 8. It is being detected just fine and default LE is used for the device. I'm trying to use the sample BLE ...
0
votes
0answers
256 views
How to get rid of confirmation for Windows 8 Bluetooth file transfers?
We have photo-kiosks running our own proprietary software for ordering pictures, and they are running Windows 8. The same software was previously running on Windows XP, and we could use Bluetooth file ...
0
votes
1answer
59 views
what is the difference between Bluetooth service discovery and device inquiry?
I am using win32 sockets to develop a Bluetooth application. But I see that on the msdn they have:
•Bluetooth and WSALookupServiceBegin for Device Inquiry
•Bluetooth and WSALookupServiceBegin for ...
0
votes
1answer
222 views
Looking to write Bluetooth 'hcitool' equivelant in Windows
I have used Bluez Bluetooth stack in Linux which comes with a handy utility 'hcitool'. Looking to build something like that in Windows with same or equivalent functionality. Specifically, 'hcitool ...
2
votes
1answer
306 views
Connecting a Heart Rate Monitor to a Windows PC Java application
I'm currently working on a Thesis project which requires my java program to keep track of a users current heart rate. Now, my problem is that i seem to be unable to find any sort of heart rate monitor ...
1
vote
0answers
148 views
Determine distance of Bluetooth device on Windows7 Desktop
I have a Bluetooth application written in C# . I use Win32 + Microsoft Bluetooth stack . I also use the In the Hand Bluetooth Library (link)
Now i want to measure the nearness of a connected device ...
0
votes
2answers
414 views
How to programatically send data over bluetooth from windows 7 laptop?
I am working a project from my school. We are using a microcontroller to send integers over bluetooth (Sparkfun's bluesmirf) to an android device.
Because different people need the microcontroller I ...
0
votes
1answer
209 views
windows 8 desktop: bluetooth event listener
I'm writing a windows 8 desktop app for the tablet that tracks the bluetooth radio status in order to monitor power consumption. Basically, I want to find out the initial radio status, as well as ...
0
votes
0answers
184 views
Bluetooth application pairing fails
I have to pair to a Bluetooth device which does not have a UI screen.
I am new to Bluetooth programming.
I just have the need to check for Bluetooth pairing frequently. No data/file transfer will ...
-2
votes
1answer
30 views
Javax.microedition.io [closed]
I'm doing a project to communicate between two PCs (with windows) via bluetooth using java. I would like to know if I can use the StreamConnection through the import of Javax.microedition.io.
Thanks
...
0
votes
0answers
274 views
Are there any Bluetooth low energy API for windows? [closed]
I thinking of getting an Intel® Centrino® Advanced-N 6235 card for my laptop and am wondering if there are any APIs (preferably java) to make use of the Bluetooth 4.0 that is present on the card?
I ...
1
vote
0answers
313 views
Bluegiga Bluetooth LED USB dongle firmware update tool not working correctly [closed]
So I was following step by step BlueGiga's BGDemo application note but ran into a problem when using the dfutool.exe to update my USB dongle's firmware. The steps I took are as follow:
1) Open ...
2
votes
0answers
425 views
Bluetooth AVRCP control from Windows
I'm trying to implement an AVRCP/A2DP connection between my Android phone and my car PC. The A2DP bit basically works out of the box so no issue there. I want the PC to be the AVRCP CT (controller) ...
0
votes
1answer
167 views
BlueCove for Windows 7
Does anybody know if Bluecove for Java works with Wiondows 7 32 bit? I have tried to connect a wiimote to my computer via bluetooth and it is unable to connect after I paired the device. I know that ...
0
votes
0answers
28 views
How do I identify a Bluetooth headeset in the MMDevice list
I have code that enumerates all of the audio devices on a system (using IMMDeviceEnumerator). When a Bluetooth device is connected it shows up with a friendly name like "Bluetooth Hands-free Audio".
...
0
votes
0answers
71 views
using windows in pc for automatic call accepting and reply
Our aim is to design a automated receptionist system in laptop interfacing with phone through blue-tooth. Our module should automatically accept the incoming calls on mobile phone(which is already ...
0
votes
1answer
77 views
Windows bluetooth driver used in every Bluetooth communication?
I'm trying to develop a filter driver for Bluetooth in Windows Vista and above, and I'm wodnering if EVERY bluetooth related action have to pass through the Windows Bluetooth driver stack or if it's ...
3
votes
0answers
2k views
How to connect Bluetooth 4.0 / Smart / Low energy device with Windows 7
I want to write the C# application which receives some date from BLE device and then writes the data to the file. I've found example here but it doesn't work on my computer. 1st of all it says "Failed ...
0
votes
1answer
149 views
Controlling powerpoint through bluetooth windows
Is there any way to control powerpoint presentation running on a windows based PC without any kind of server app that needs to be installed on windows system?
Basically, does windows provide any API ...
1
vote
2answers
417 views
How to connect Bluetooth printer using Windows Phone 7?
Currently I am working on a project where I need to develop money collector module.
In that project money collector(Person) goes to customer and accept the money, for that he has to give a receipt ...
1
vote
3answers
521 views
How to know if the bluetooth module is activated by command line on Windows?
I am searching a way to know through a command line if the bluetooth module is activated on Windows OS.
Anyone would know a shell command or anything else?
EDIT
I found these tools on the net this ...
2
votes
0answers
277 views
Bluetooth MAC address in C
How do I find MAC address (hardware address) of Bluetooth network interface in Windows? The problem is not to find out an address, the problem is to identify if network interface type is Bluetooth.
...
0
votes
1answer
953 views
Pair Android Bluetooth without passkey to PC
my issue is that I have a PC host to manage Bluetooth connections in a wide room, e.g. a shopping center. And I want that any customer who wants to pair to that host, which provides a service, do it ...
0
votes
0answers
118 views
Windows SDK - How to register a bluetooth service record
I'm tring to record a service to the Bluetooth SDP.
I have tried the code in this page:
http://msdn.microsoft.com/en-us/library/ee495837.aspx
adding the WSAStartup function to the top. The function ...
0
votes
2answers
905 views
Is there any way to pair Bluetooth device in Windows programmatically
there's a question:
Is there any way to pair Bluetooth device in Windows programmatically? (c++, c#)
thanks for replies
0
votes
1answer
244 views
Unable to transfer files from Windows to Linux via Bluetooth using 32feet.Net C# library
First linux service listening process is started using the following command:
obexpushd –B[00:15:83:3D:0A:57]:9 –d –o /home/myfolder
On windows the following code is used to perform the obex ...
1
vote
1answer
676 views
Android and Windows communication via Bluetooth
Can someone please help me find some proper tutorials or a sample code for sending and receiving data from a Windows C++ application via Bluetooth? I need this Windows application to communicate with ...
1
vote
1answer
478 views
how use a windows pc as bluetooth hid?
How can I turn my pc it into a bluetooth HID. I would like to send keys, like a bluetooth keyboard hid, to a mobile device using only a computer with bluetooth adapter.
Can I change my PC profile to ...
2
votes
1answer
915 views
Serving a local website via bluetooth to a cellphone without using the internet
I'm trying to run a local computer via bluetooth on a cellphone, ipad, and other wireless devices.
We'd like to be able to run a website hosted locally on this server without it being connected to ...
0
votes
3answers
309 views
Command line tool for receiveing file via bluetooth in Windows
Is there any command line tool for receiving a file in Windows using Bluetooth OPP profile.
Thanks in Advance
0
votes
0answers
920 views
Bluetooth RFCOMM working on a computer, but forced to use virtual COM port on another
I have a Bluetooth client on Android that must connect to my computer by RFCOMM and using the UUID 00001101-0000-1000-8000-00805F9B34FB
The PyBluez library is used, as well as Python 2.6. I used the ...
1
vote
1answer
137 views
How to deal with different Bluetooth stacks on Windows
I'm trying to write a simple Bluetooth SPP driver and I was wondering what are the best practices to deal with different Bluetooth stacks - Widcomm, Microsoft, Toshiba etal. From the initial research ...
0
votes
1answer
96 views
Renaming devices (hard coded device names)
Is there an easy way to change the name of a device?
Lets say for example you have a Bluetooth device. And it has the hardcoded name "Sony Bluetooth Device". Is there a way to change it to ...
14
votes
2answers
732 views
What events are fired by Bluetooth AVRCP commands in Windows
Just doing some advanced scouting so to speak here...
For my Pandora client, Elpis, I support global media keys (MediaPlayPause, MediaNext, etc. on the keyboard) and I want to be able to support AVRCP ...
1
vote
1answer
1k views
Bluetooth SPP server on Windows
I need to write a Windows application that accepts connections over Bluetooth SPP - i.e. other devices can see the SPP service and connect there. Tried googling but not much information available - ...
2
votes
1answer
2k views
Bluetooth RFCOMM connection: read serial data from com port in Windows 7
I am working with the Android Bluetooth Chat sample application. I am trying to read serial data from the Android device in Windows 7.
I have been able to pair the Android device to the Bluetooth ...
0
votes
2answers
343 views
Send XML-data from an iPad 2 to PC over bluetooth
Is it possible to send xml-data between a Windows XP PC and an iPad 2 via bluetooth?
And if so: how? And if not, can it be done via cable?
0
votes
0answers
331 views
How to write a bluetooth driver for windows to identify an android device as a specific hardware viz. a mouse
Can anyone plz tell me where should i start and how should i start to write a bluetooth driver for windows, so that i can directly connect my android device to it and windows will identify it as a ...
-1
votes
1answer
844 views
Bluetooth keyboard software [closed]
I have a Mac mini here but no USB keyboard. (Mac mini has no PS2 ports.) I really need to use the Mac to make a new build of my iOS software (it's urgent!) but I even can't log in without a keyboard. ...
0
votes
1answer
3k views
Windows bluetooth autopairing or disable authentication
I need windows to automatically pair with bluetooth devices. I don't want the user to have to click anything on the windows side. The server will be physically located somewhere the user cannot get ...
1
vote
0answers
645 views
Does Qt support the windows bluetooth API?
Can anyone tell me whether or not Qt supports the windows Bluetooth API?
If so could you please share some information on how to use it?
0
votes
1answer
572 views
C++/WIN32 (XP) Bluetooth device name - change [RESOLVED]
Does anyone know how to change the Bluetooth device name programatically?
Or where is the device name stored?
0
votes
1answer
1k views
Bluetooth Android to Windows 7
I am trying to make an application that transfers Strings of data from my Android phone to my Laptop running Windows 7 (and Vice-Versa) over Bluetooth.
I figured that I would open up a Server-Socket ...
1
vote
0answers
111 views
Adding Bluetooth device with a known link key to a Windows 7 system
Assuming the device still considers itself paired with the computer, is it possible to configure it in Windows programatically when the link key is known?
I see Windows CE has BthSetLinkKey and ...

