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

◆ BT_FAST_PAIR_FMDN_RING_TIMEOUT_DS_TO_MS

#define BT_FAST_PAIR_FMDN_RING_TIMEOUT_DS_TO_MS (   _timeout_ds)     ((_timeout_ds) * BT_FAST_PAIR_FMDN_RING_MSEC_PER_DSEC)

#include <include/bluetooth/services/fast_pair/fmdn.h>

Convert the ringing timeout value from deciseconds to milliseconds.

Deciseconds are the native time unit used by the FMDN extension.

Parameters
_timeout_dsThe ringing timeout value in deciseconds.