Bluetooth API Notification Functions (Compact 2013)
3/26/2014
This section describes the Bluetooth public API notification functions.
- RequestBluetoothNotifications
Called by an application to register the class of events for which to receive notifications.
- StopBluetoothNotifications
Called by the application to stop receiving event notifications for the class of events registered in an earlier call to RequestBluetoothNotifications.
- BthNotifyEvent
Writes the specified event to the message queues of the subscribers to specified event class.
- BthServiceNotifyConnected
Updates the registry to indicate the service is connected and sends a BTE_SERVICE_CONNECTION_EVENT event.
- BthServiceNotifyDisconnected
Updates the registry to indicate the service is disconnected and sends a BTE_SERVICE_DISCONNECTION_EVENT event.
- BthSetServiceCallback
Registers a callback function.