Disconnect an active service.
Synopsis:
#include <btapi/btgatt.h>
int bt_gatt_disconnect_instance(int instance)
Arguments:
- instance
-
The identifier used to reference the active connection.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
Returns:
EOK on successful disconnection of the active service, -1 with the
errno set otherwise. The error code that can be returned are as follows:
- EDEADLK: A potential deadlock has been avoided.
- EINVAL: The passed arguments are invalid.
- ENODEV: A connection to the specified device could not be found.
- ENOMEM: Insufficient memory to perform the request.
- ESRVRFAULT: An internal error has occurred.