Home
last modified time | relevance | path

Searched refs:c_pdu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central_iso.c663 uint16_t c_pdu, uint16_t p_pdu, in ll_cis_parameters_test_set() argument
681 ll_iso_setup.stream[cis_idx].lll.tx.max_pdu = c_bn ? c_pdu : 0U; in ll_cis_parameters_test_set()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h172 uint16_t c_pdu, uint16_t p_pdu,
/Zephyr-latest/subsys/bluetooth/host/
Diso.c1868 cis_param->c_pdu = sys_cpu_to_le16(qos->tx->max_pdu); in hci_le_set_cig_test_params()
1888 cis_param->c_pdu, cis_param->p_pdu, cis_param->c_phy, cis_param->p_phy, in hci_le_set_cig_test_params()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2096 uint16_t c_pdu; in le_set_cig_params_test() local
2103 c_pdu = sys_le16_to_cpu(params->c_pdu); in le_set_cig_params_test()
2108 c_pdu, p_pdu, in le_set_cig_params_test()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2138 uint16_t c_pdu; member