BthSSPRequestNotifications (Compact 2013)
3/26/2014
This function registers a message queue to receive Bluetooth BTE_CLASS_SSP notification events.
Syntax
HANDLE BthSSPRequestNotifications(
__in HANDLE hMsgQ
);
Parameters
- hMsgQ
[in] Message queue handle.
Return Value
If successful, this function returns a registration handle for use with the BthSSPStopNotifications or StopBluetoothNotifications functions.
If unsuccessful, this function returns NULL. To get extended error information, call GetLastError.
Remarks
This function calls RequestBluetoothNotifications with BTE_CLASS_SSP as the dwClass parameter.
Requirements
Header |
bt_api.h |
Library |
Btdrt.lib |