Clears the GATT service cache on a remote device.
Synopsis:
#include <btapi/btdevice.h>
int bt_rdev_clear_gatt_cache(const bt_remote_device_t *remote_device)
Arguments:
- remote_device
-
A pointer to a remote device structure.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
Returns:
EOK is returned upon success,
-1 with the
errno set otherwise. Possible
errno values include:
- EINVAL: An invalid parameter was passed in.