bt_le_disable_advert_invoke()

This function disables the invoke feature for receiving local advertisement events.

Synopsis:

#include <btapi/btle.h>
 
int bt_le_disable_advert_invoke()

Since:

BlackBerry 10.3.0

Arguments:

Library:

libbtapi (For the qcc command, use the -l btapi option to link against this library)

Description:

Returns:

EOK on successfully disabling the invoke interface, -1 if an error occurred with the errno value set. These are some of the error codes that can be returned:
  • ENOMEM: Sufficient memory is not available to perform the request.
  • EPERM: The application that requests disabling the invoke feature does not have permission as it is not a headless application.
  • ESRVRFAULT: An internal error has occurred.