host/ble_audio_broadcast: add clarification for big_params pointer

Added clarification for `big_params` pointer in
`ble_broadcast_create_params`.
This commit is contained in:
Krzysztof Kopyściński
2024-02-23 09:19:23 +01:00
committed by Krzysztof Kopyściński
parent e9b1fcf471
commit adfa1b8127
@@ -55,7 +55,9 @@ struct ble_broadcast_create_params {
/** Advertising instance */
uint8_t adv_instance;
/** BIG parameters */
/** BIG parameters. These parameters are not copied and shall be valid for the lifetime
* of the broadcast.
*/
struct ble_iso_big_params *big_params;
/** Additional data to include in Extended Advertising */