![]() |
nRF Connect SDK API 3.3.99
|
Motion detector callback structure. More...
#include <fhn.h>
Data Fields | |
| void(* | start )(void) |
| Request the user to start the motion detector. | |
| bool(* | period_expired )(void) |
| Notify the user that the motion detector period has expired. | |
| void(* | stop )(void) |
| Notify the user that the motion detector can be stopped. | |
Motion detector callback structure.
Used only if the
CONFIG_BT_FAST_PAIR_FHN_DULT_MOTION_DETECTOR
Kconfig option is enabled.