KKopyscinski commented on code in PR #1619:
URL: https://github.com/apache/mynewt-nimble/pull/1619#discussion_r1382803599
##########
apps/btshell/src/btshell.h:
##########
@@ -182,6 +185,36 @@ int btshell_l2cap_send(uint16_t conn, uint16_t idx,
uint16_t bytes);
int btshell_l2cap_reconfig(uint16_t conn_handle, uint16_t mtu,
uint8_t num, uint8_t idxs[]);
+#if (MYNEWT_VAL(BLE_ISO_BROADCASTER))
+int btshell_broadcast_base_add(uint8_t adv_instance, uint32_t
presentation_delay);
Review Comment:
Broadcast ID is indeed unique ID. Internally identifying broadcast with
adv_instance (which is also used as BIG ID) saves memory. And AFAIK each adv
instance can be only used for single broadcast either way - because it needs to
have corelated Ext Adv and PA, and this cannot be started on already active
instance. This means, you cannot start another broadcast on same instance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]