Searched refs:c_pdu (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 663 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/ |
D | ll.h | 172 uint16_t c_pdu, uint16_t p_pdu,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 1868 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/ |
D | hci.c | 2096 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/ |
D | hci_types.h | 2138 uint16_t c_pdu; member
|