mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-08 10:10:01 +00:00
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:
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 */
|
||||
|
||||
Reference in New Issue
Block a user