This function disables the invoke feature for receiving remote device scans.
Synopsis:
#include <btapi/btle.h>
int bt_le_disable_scan_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.
- ESRVRFAULT: An internal error has occurred.