nRF Connect SDK API 2.8.99
|
void bt_enocean_decommission | ( | struct bt_enocean_device * | dev | ) |
#include <include/bluetooth/enocean.h>
Forget an EnOcean device.
Removes the EnOcean device's security information, freeing up space for new devices. May be used directly in the bt_enocean_callbacks::commissioning callback to reject a device before it gets commissioned.
dev | Device to forget. |