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:
Vinayak Kariappa Chettimada 2021-01-06 13:32:08 +05:30 committed by Carles Cufí
commit 3d85babf65
6 changed files with 40 additions and 42 deletions

View file

@ -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;