Lines Matching refs:qos
138 .qos = &cis_iso_qos,
210 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create()
211 chans[0]->qos->rx = NULL; in cmd_cig_create()
213 chans[0]->qos->tx = NULL; in cmd_cig_create()
214 chans[0]->qos->rx = &iso_rx_qos; in cmd_cig_create()
216 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create()
217 chans[0]->qos->rx = &iso_rx_qos; in cmd_cig_create()
343 if (chans[0]->qos->tx) { in cmd_cig_create()
344 chans[0]->qos->tx->sdu = sdu; in cmd_cig_create()
347 if (chans[0]->qos->rx) { in cmd_cig_create()
348 chans[0]->qos->rx->sdu = sdu; in cmd_cig_create()
370 if (chans[0]->qos->tx) { in cmd_cig_create()
371 chans[0]->qos->tx->phy = phy; in cmd_cig_create()
374 if (chans[0]->qos->rx) { in cmd_cig_create()
375 chans[0]->qos->rx->phy = phy; in cmd_cig_create()
395 if (chans[0]->qos->tx) { in cmd_cig_create()
396 chans[0]->qos->tx->rtn = rtn; in cmd_cig_create()
399 if (chans[0]->qos->rx) { in cmd_cig_create()
400 chans[0]->qos->rx->rtn = rtn; in cmd_cig_create()
538 iso_chan.qos->tx = tx_qos; in cmd_listen()
539 iso_chan.qos->rx = rx_qos; in cmd_listen()
574 if (!iso_chan.qos->tx) { in cmd_send()
579 len = MIN(iso_chan.qos->tx->sdu, CONFIG_BT_ISO_TX_MTU); in cmd_send()
654 .qos = &bis_iso_qos,
701 len = MIN(bis_iso_chan.qos->tx->sdu, CONFIG_BT_ISO_TX_MTU); in cmd_broadcast()