Skip to content

Commit 8aefc9f

Browse files
divipillainordicjm
authored andcommitted
doc: fast_pair and fmdn - Remove ref from SYS_INIT
fast_pair and fmdn header files- Remove ref from the SYS_INIT marco Signed-off-by: divya pillai <[email protected]>
1 parent e5ad5a4 commit 8aefc9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/bluetooth/services/fast_pair/fast_pair.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ int bt_fast_pair_battery_set(enum bt_fast_pair_battery_comp battery_comp,
303303
* API.
304304
*
305305
* This function must be called in the cooperative thread context or in the system initialization
306-
* context (@ref SYS_INIT macro).
306+
* context (SYS_INIT macro).
307307
*
308308
* @param cb Callback struct.
309309
*

include/bluetooth/services/fast_pair/fmdn.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ struct bt_fast_pair_fmdn_ring_cb {
238238
* (see @ref bt_fast_pair_is_ready function).
239239
*
240240
* This function must be called in the cooperative thread context or in the system initialization
241-
* context (@ref SYS_INIT macro).
241+
* context (SYS_INIT macro).
242242
*
243243
* @param cb Ringing callback structure.
244244
*
@@ -362,7 +362,7 @@ struct bt_fast_pair_fmdn_motion_detector_cb {
362362
* (see @ref bt_fast_pair_is_ready function).
363363
*
364364
* This function must be called in the cooperative thread context or in the system initialization
365-
* context (@ref SYS_INIT macro).
365+
* context (SYS_INIT macro).
366366
*
367367
* @param cb Motion detector callback structure.
368368
*
@@ -582,7 +582,7 @@ bool bt_fast_pair_fmdn_is_provisioned(void);
582582
* register multiple instances of information callbacks.
583583
*
584584
* This function must be called in the cooperative thread context or in the system initialization
585-
* context (@ref SYS_INIT macro).
585+
* context (SYS_INIT macro).
586586
*
587587
* @param cb Information callback structure.
588588
*
@@ -621,7 +621,7 @@ struct bt_fast_pair_fmdn_read_mode_cb {
621621
* (see @ref bt_fast_pair_is_ready function).
622622
*
623623
* This function must be called in the cooperative thread context or in the system initialization
624-
* context (@ref SYS_INIT macro).
624+
* context (SYS_INIT macro).
625625
*
626626
* @param cb Read mode callback structure.
627627
*

0 commit comments

Comments
 (0)