3/25/2008 The following table shows the Bluetooth functions with a description of the purpose of each. These functions are actually Winsock functions. However, the information that is presented in them is specific to Bluetooth.

For All Platforms

For Windows Mobile
|
Programming element
|
Description
|
| RequestBluetoothNotifications | This function is called by an application to register the class of events for which to receive notifications. |
| StopBluetoothNotifications | This function is called by the application to stop receiving event notification for class of events registered in an earlier call to RequestBluetoothNotifications. |
| BthGetMode | Retrieves the current mode of operation of the Bluetooth radio. |
| BthSetMode | Sets the Bluetooth mode of operation, reflects it in the control panel, and persists that state across hardware insertion and reboot. |

See Also