BthSSPStopNotifications (Compact 7)

3/12/2014

This function deregisters a message queue so that it does not receive Bluetooth BTE_CLASS_SSP notification events.

Syntax

BOOL BthSSPStopNotifications(
    __in HANDLE h
);

Parameters

Return Value

Returns TRUE if successful; otherwise FALSE. To get extended error information, call GetLastError.

Remarks

This function simply calls StopBluetoothNotifications.

Requirements

Header

bt_api.h

Library

Btdrt.lib

See Also

Reference

Bluetooth API SSP Functions