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