nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ commissioned

void(* bt_enocean_callbacks::commissioned) (struct bt_enocean_device *device)

Callback for EnOcean commissioning.

This callback is called for every new EnOcean device being commissioned.

All devices must be commissioned before they can be observed. See the EnOcean device's user guide for details.

A device can be rejected inside the callback by calling bt_enocean_decommission with the device's address.

Parameters
deviceDevice that got commissioned.