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

◆ DULT_BT_ADV_DATA_INIT

#define DULT_BT_ADV_DATA_INIT ( _flags_present,
_proprietary_buf,
_proprietary_len )

#include <include/dult/bt.h>

Value:
{ \
.flags_present = (_flags_present), \
.proprietary = { \
.buf = (_proprietary_buf), \
.len = (_proprietary_len), \
}, \
}

Initialize the DULT Bluetooth advertising data structure.

Parameters
[in]_flags_presentWhether the surrounding AD payload includes the optional Flags TLV.
[in]_proprietary_bufNetwork-specific proprietary data buffer.
[in]_proprietary_lenLength of the network-specific proprietary data buffer.
Returns
Initialized DULT Bluetooth advertising data structure.