Skip to content

Commit

Permalink
applications: nrf5340_audio: Rewrite adv population for broadcast_source
Browse files Browse the repository at this point in the history
	While adding the manufacturer ID in the advertisement packet it
	was noticed that the adv packet for unicast_client and
	broadcast_source are done in completely different ways.
	This rewrites both to make them closer and with a view
	to setting these later with a shell.

Signed-off-by: Graham Wacey <[email protected]>
  • Loading branch information
gWacey committed Jun 6, 2024
1 parent f1c17c6 commit b18633e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void bt_mgmt_scan_sirk_set(uint8_t const *const sirk);
* @brief Load advertising data into an advertising buffer.
*
* @param[out] adv_buf Pointer to the advertising buffer to load.
* @param[in/out] index Next free index in the advertising buffer.
* @param[in,out] index Next free index in the advertising buffer.
* @param[in] adv_buf_vacant Number of free advertising buffers.
* @param[in] data_len Length of the data.
* @param[in] type Type of the data.
Expand Down

0 comments on commit b18633e

Please sign in to comment.