Stop receiving holster status change events.
#include <bps/holster.h>
BPS_API int holster_stop_events(int flags)
BlackBerry 10.0.0
The types of events to stop. A value of zero indicates that all events are stopped. The meaning of non-zero values is reserved for future use.
The holster_stop_events() function stops holster satus change events from being delivered to the application using BPS.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.