bt_le_disable_scan_invoke()

This function disables the invoke feature for receiving remote device scans.

Synopsis:

#include <btapi/btle.h>
 
int bt_le_disable_scan_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.
  • ESRVRFAULT: An internal error has occurred.