Lines Matching refs:big_handle
94 static struct bt_iso_big *lookup_big_by_handle(uint8_t big_handle);
372 big = lookup_big_by_handle(iso->iso.big_handle); in bt_iso_connected()
2671 static struct bt_iso_big *lookup_big_by_handle(uint8_t big_handle) in lookup_big_by_handle() argument
2673 return &bigs[big_handle]; in lookup_big_by_handle()
2760 iso_conn->big_handle = big->handle; in big_init_bis()
2816 req->big_handle = big->handle; in hci_le_create_big()
2876 req->big_handle = big->handle; in hci_le_create_big_test()
2900 req->big_handle, req->adv_handle, req->num_bis, param->interval, in hci_le_create_big_test()
3144 if (evt->big_handle >= ARRAY_SIZE(bigs)) { in hci_le_big_complete()
3156 big = lookup_big_by_handle(evt->big_handle); in hci_le_big_complete()
3198 if (evt->big_handle >= ARRAY_SIZE(bigs)) { in hci_le_big_terminate()
3203 big = lookup_big_by_handle(evt->big_handle); in hci_le_big_terminate()
3223 req->big_handle = big->handle; in hci_le_terminate_big()
3243 req->big_handle = big->handle; in hci_le_big_sync_term()
3250 if (evt->status || (evt->big_handle != big->handle)) { in hci_le_big_sync_term()
3335 if (evt->big_handle >= ARRAY_SIZE(bigs)) { in hci_le_big_sync_established()
3346 big = lookup_big_by_handle(evt->big_handle); in hci_le_big_sync_established()
3388 if (evt->big_handle >= ARRAY_SIZE(bigs)) { in hci_le_big_sync_lost()
3393 big = lookup_big_by_handle(evt->big_handle); in hci_le_big_sync_lost()
3416 req->big_handle = big->handle; in hci_le_big_create_sync()