Lines Matching refs:max_pdu
953 if (!IN_RANGE(io_qos->max_pdu, BT_ISO_BROADCAST_PDU_MIN, BT_ISO_PDU_MAX)) { in valid_chan_io_qos()
954 LOG_DBG("Invalid broadcast PDU %u", io_qos->max_pdu); in valid_chan_io_qos()
959 if (!IN_RANGE(io_qos->max_pdu, BT_ISO_CONNECTED_PDU_MIN, BT_ISO_PDU_MAX)) { in valid_chan_io_qos()
960 LOG_DBG("Invalid unicast PDU %u", io_qos->max_pdu); in valid_chan_io_qos()
1183 central->max_pdu = sys_le16_to_cpu(evt->c_max_pdu); in store_cis_info()
1190 peripheral->max_pdu = sys_le16_to_cpu(evt->p_max_pdu); in store_cis_info()
1200 central->max_sdu = central->max_pdu; in store_cis_info()
1203 peripheral->max_sdu = peripheral->max_pdu; in store_cis_info()
1868 cis_param->c_pdu = sys_cpu_to_le16(qos->tx->max_pdu); in hci_le_set_cig_test_params()
1880 cis_param->p_pdu = sys_cpu_to_le16(qos->rx->max_pdu); in hci_le_set_cig_test_params()
1916 if (qos->tx->max_pdu > 0U || qos->tx->burst_number > 0U) { in is_advanced_cig_param()
1922 if (qos->rx->max_pdu > 0U || qos->rx->burst_number > 0U) { in is_advanced_cig_param()
2883 req->max_pdu = sys_cpu_to_le16(qos->tx->max_pdu); in hci_le_create_big_test()
2901 param->iso_interval, req->nse, req->max_sdu, req->max_pdu, req->phy, req->packing, in hci_le_create_big_test()
2934 if (qos->tx->max_pdu > 0U || qos->tx->burst_number > 0U) { in is_advanced_big_param()
3131 broadcaster_info->max_pdu = sys_le16_to_cpu(evt->max_pdu); in store_bis_broadcaster_info()
3322 receiver_info->max_pdu = sys_le16_to_cpu(evt->max_pdu); in store_bis_sync_receiver_info()