This function disables the invoke feature for receiving local advertisement events.
Synopsis:
#include <btapi/btle.h>
int bt_le_disable_advert_invoke()
Arguments:
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
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.