nRF Connect SDK API 2.8.99
|
int broadcast_source_ext_adv_populate | ( | uint8_t | big_index, |
bool | fixed_id, | ||
uint32_t | broadcast_id, | ||
struct broadcast_source_ext_adv_data * | ext_adv_data, | ||
struct bt_data * | ext_adv_buf, | ||
size_t | ext_adv_buf_vacant ) |
Populate the extended advertising data buffer.
[in] | big_index | Index of the Broadcast Isochronous Group (BIG) to get advertising data for. |
[in] | fixed_id | Flag to indicate if the broadcast ID will be random or not. |
[in] | broadcast_id | Broadcast ID to be used in the advertising data if fixed_id is set to true. The broadcast ID is three octets long. |
[in] | ext_adv_data | Pointer to the extended advertising buffers. |
[out] | ext_adv_buf | Pointer to the bt_data used for extended advertising. |
[out] | ext_adv_buf_vacant | Pointer to unused size of ext_adv_buf . |
ext_adv_buf
.