Bluetooth: controller: Rename ll_adv_iso and ll_sync_iso
Rename ll_adv_iso and ll_sync_iso structs to ll_adv_iso_set and ll_sync_iso_set. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
ea1340acd3
commit
3d85babf65
6 changed files with 40 additions and 42 deletions
|
@ -6358,7 +6358,7 @@ static void le_big_complete(struct pdu_data *pdu_data,
|
|||
struct net_buf *buf)
|
||||
{
|
||||
struct bt_hci_evt_le_big_complete *sep;
|
||||
struct ll_adv_iso *adv_iso;
|
||||
struct ll_adv_iso_set *adv_iso;
|
||||
struct node_rx_sync *se;
|
||||
size_t evt_size;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue