···1891189118921892static bool iso_match_big(struct sock *sk, void *data)18931893{18941894- struct hci_evt_le_big_sync_estabilished *ev = data;18941894+ struct hci_evt_le_big_sync_established *ev = data;1895189518961896 return ev->handle == iso_pi(sk)->qos.bcast.big;18971897}···19121912{19131913 struct sock *parent = NULL;19141914 struct sock *sk = conn->sk;19151915- struct hci_ev_le_big_sync_estabilished *ev = NULL;19151915+ struct hci_ev_le_big_sync_established *ev = NULL;19161916 struct hci_ev_le_pa_sync_established *ev2 = NULL;19171917 struct hci_ev_le_per_adv_report *ev3 = NULL;19181918 struct hci_conn *hcon;···20232023 hci_conn_hold(hcon);20242024 iso_chan_add(conn, sk, parent);2025202520262026- if ((ev && ((struct hci_evt_le_big_sync_estabilished *)ev)->status) ||20262026+ if ((ev && ((struct hci_evt_le_big_sync_established *)ev)->status) ||20272027 (ev2 && ev2->status)) {20282028 /* Trigger error signal on child socket */20292029 sk->sk_err = ECONNREFUSED;···20822082 * proceed to establishing a BIG sync:20832083 *20842084 * 1. HCI_EV_LE_PA_SYNC_ESTABLISHED: The socket may specify a specific20852085- * SID to listen to and once sync is estabilished its handle needs to20852085+ * SID to listen to and once sync is established its handle needs to20862086 * be stored in iso_pi(sk)->sync_handle so it can be matched once20872087 * receiving the BIG Info.20882088 * 2. HCI_EVT_LE_BIG_INFO_ADV_REPORT: When connect_ind is triggered by a