Bluetooth: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:English pages]] | |||
[[Category:Software development]] | |||
<google>ENGELSK</google> | |||
==Windows XP / Vista== | ==Windows XP / Vista== | ||
* [http://www.lenholgate.com/archives/000102.html Bluetooth sockets commandline example] | * [http://www.lenholgate.com/archives/000102.html Bluetooth sockets commandline example] | ||
Line 18: | Line 21: | ||
* [http://www.pocketpcdn.com/articles/articles.php?&atb.set(c_id)=78&atb.set(a_id)=11501&atb.perform(details)=& Enumerating devices and services with the Microsoft Bluetooth stack] | * [http://www.pocketpcdn.com/articles/articles.php?&atb.set(c_id)=78&atb.set(a_id)=11501&atb.perform(details)=& Enumerating devices and services with the Microsoft Bluetooth stack] | ||
* [http://nativemobile.blogspot.com/2007/02/bluetooth-sources.html The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks] | * [http://nativemobile.blogspot.com/2007/02/bluetooth-sources.html The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks] | ||
<google>ENGELSK</google> |
Revision as of 10:43, 28 June 2008
<google>ENGELSK</google>
Windows XP / Vista
Windows Mobile
Microsoft Bluetooth Stack
This example shows how to use the Microsoft bluetooth stack on a device to perform a device discovery and populates a listbox with the names of detected bluetooth devices.
There are also a couple of other SDK examples.
Widcom Bluetooth Stack
Widcom provide their own SDK for their bluetooth stack and it includes a number of example applications designed to demonstrate it's use.
João Paulo Figueira
- Enumerating devices and services with the Widcomm Bluetooth stack
- Enumerating devices and services with the Microsoft Bluetooth stack
- The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks
<google>ENGELSK</google>