Searched refs:p_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 682 ll_iso_setup.stream[cis_idx].lll.rx.max_pdu = p_bn ? p_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 | 1880 cis_param->p_pdu = sys_cpu_to_le16(qos->rx->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 | 2097 uint16_t p_pdu; in le_set_cig_params_test() local 2104 p_pdu = sys_le16_to_cpu(params->p_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 | 2139 uint16_t p_pdu; member
|