Lines Matching refs:le_audio_big_sync_t
262 static void hci_emit_big_sync_created(const le_audio_big_sync_t * big_sync, uint8_t status);
266 static le_audio_big_sync_t * hci_big_sync_for_handle(uint8_t big_handle);
3118 … le_audio_big_sync_t *big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event()
3202 … le_audio_big_sync_t *big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event()
3236 static void hci_iso_big_sync_failed(const le_audio_big_sync_t *big_sync, uint8_t status) { in hci_iso_big_sync_failed()
3331 …le_audio_big_sync_t * big_sync = hci_big_sync_for_handle(hci_stack->iso_active_operation_group_id); in handle_command_status_event()
3667 le_audio_big_sync_t * big_sync; in event_handler()
5711 … le_audio_big_sync_t * big_sync = (le_audio_big_sync_t*) hci_stack->le_audio_big_syncs; in hci_halting_run()
7079 … le_audio_big_sync_t * big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in hci_run_iso_tasks()
10369 static void hci_emit_big_sync_created(const le_audio_big_sync_t * big_sync, uint8_t status){ in hci_emit_big_sync_created()
10428 static le_audio_big_sync_t * hci_big_sync_for_handle(uint8_t big_handle){ in hci_big_sync_for_handle()
10432 … le_audio_big_sync_t * big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in hci_big_sync_for_handle()
10604 uint8_t gap_big_sync_create(le_audio_big_sync_t * storage, le_audio_big_sync_params_t * big_sync_pa… in gap_big_sync_create()
10610 le_audio_big_sync_t * big_sync = storage; in gap_big_sync_create()
10648 le_audio_big_sync_t * big_sync = hci_big_sync_for_handle(big_handle); in gap_big_sync_terminate()