Share via


StopBluetoothNotifications (Compact 2013)

3/26/2014

This function is called by the application to stop receiving event notifications for the class of events registered in an earlier call to RequestBluetoothNotifications.

Syntax

BOOL StopBluetoothNotifications(
  HANDLE h
);

Parameters

  • h
    [In] Handle that RequestBluetoothNotifications returned.

Return Value

Returns TRUE on success; otherwise, FALSE.

Requirements

Header

bt_api.h

Library

coredll.lib

See Also

Tasks

Stack-Events Handling Sample

Reference

Bluetooth API Notification Functions