This disables the invoke feature for receiving Bluetooth events.
Synopsis:
#include <btapi/btdevice.h>
int bt_ldev_disable_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.