This is an automated email from the ASF dual-hosted git repository.
kopyscinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new adfa1b812 host/ble_audio_broadcast: add clarification for big_params
pointer
adfa1b812 is described below
commit adfa1b8127478abc7f359215324e572c9117cab9
Author: Krzysztof Kopyściński <[email protected]>
AuthorDate: Mon Feb 19 14:05:58 2024 +0100
host/ble_audio_broadcast: add clarification for big_params pointer
Added clarification for `big_params` pointer in
`ble_broadcast_create_params`.
---
nimble/host/include/host/ble_audio_broadcast.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/nimble/host/include/host/ble_audio_broadcast.h
b/nimble/host/include/host/ble_audio_broadcast.h
index 9a9fecc7c..13c17433d 100644
--- a/nimble/host/include/host/ble_audio_broadcast.h
+++ b/nimble/host/include/host/ble_audio_broadcast.h
@@ -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 */