nRF Connect SDK API 0.1.0
|
#define BT_FAST_PAIR_FMDN_RING_TIMEOUT_MS_TO_DS | ( | _timeout_ms | ) | ((_timeout_ms) / BT_FAST_PAIR_FMDN_RING_MSEC_PER_DSEC) |
#include <include/bluetooth/services/fast_pair/fmdn.h>
Convert the ringing timeout value from milliseconds to deciseconds.
Deciseconds are the native time unit used by the FMDN extension.
_timeout_ms | The ringing timeout value in milliseconds. |