Home
last modified time | relevance | path

Searched refs:max_sdu_p_to_c (Results 1 – 4 of 4) sorted by relevance

/btstack/test/le_audio/
H A Dle_audio_unicast_headset.c143 cig_params.cis_params[i].max_sdu_p_to_c = num_channels * octets_per_frame; in create_cig()
/btstack/src/
H A Dgap.h289 uint16_t max_sdu_p_to_c; member
H A Dhci.h766 uint16_t max_sdu_p_to_c; member
H A Dhci.c3177 … bool outgoing_needed = cig->params->cis_params[cis_index].max_sdu_p_to_c > 0; in handle_command_complete_event()
4530 … iso_stream->max_sdu_p_to_c = hci_subevent_le_cis_established_get_max_pdu_p_to_c(packet); in event_handler()
4535 if (iso_stream->max_sdu_p_to_c > 0){ in event_handler()
7121 uint16_t max_sdu_p_to_c[MAX_NR_CIS]; in hci_run_iso_tasks() local
7136 max_sdu_p_to_c[i] = cis_params->max_sdu_p_to_c; in hci_run_iso_tasks()
7154 max_sdu_p_to_c, in hci_run_iso_tasks()
7186 setup &= cig->params->cis_params[cis_index].max_sdu_p_to_c > 0; in hci_run_iso_tasks()