Home
last modified time | relevance | path

Searched refs:le_audio_big_sync_t (Results 1 – 3 of 3) sorted by relevance

/btstack/src/
H A Dgap.h270 } le_audio_big_sync_t; typedef
863 uint8_t gap_big_sync_create(le_audio_big_sync_t * storage, le_audio_big_sync_params_t * big_sync_pa…
H A Dhci.c262 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);
3118le_audio_big_sync_t *big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event()
3202le_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()
3331le_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()
5711le_audio_big_sync_t * big_sync = (le_audio_big_sync_t*) hci_stack->le_audio_big_syncs; in hci_halting_run()
7079le_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()
[all …]
/btstack/test/le_audio/
H A Dle_audio_broadcast_sink.c172 static le_audio_big_sync_t big_sync_storage;