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

◆ DULT_BT_ADV_DATA_PROPRIETARY_INIT

#define DULT_BT_ADV_DATA_PROPRIETARY_INIT ( _flags_present,
_proprietary_buf )

#include <include/dult/bt.h>

Value:
DULT_BT_ADV_DATA_INIT(_flags_present, _proprietary_buf, ARRAY_SIZE(_proprietary_buf))
#define DULT_BT_ADV_DATA_INIT(_flags_present, _proprietary_buf, _proprietary_len)
Initialize the DULT Bluetooth advertising data structure.
Definition bt.h:86

Initialize the DULT Bluetooth advertising data structure with proprietary data.

Convenience initializer for advertising flows that appends proprietary data.

Parameters
[in]_flags_presentWhether the surrounding AD payload includes the optional Flags TLV.
[in]_proprietary_bufNetwork-specific proprietary data buffer. Must be an array.
Returns
Initialized DULT Bluetooth advertising data structure.