Searched refs:iso_qos (Results 1 – 7 of 7) sorted by relevance
48 static struct bt_iso_chan_qos iso_qos = { variable206 iso_qos.tx->sdu = in init()211 iso_chans[i].qos = &iso_qos; in init()383 new_sdu_size = iso_qos.tx->sdu * 3U; in test_main_fragment()387 new_sdu_size, iso_qos.tx->sdu); in test_main_fragment()397 iso_qos.tx->sdu = (uint16_t)new_sdu_size; in test_main_fragment()
231 static struct bt_iso_chan_qos iso_qos = { in init() local241 iso_chans[i].qos = &iso_qos; in init()
150 static struct bt_iso_chan_qos iso_qos = { in init() local164 iso_chan.qos = &iso_qos; in init()
193 static struct bt_iso_chan_qos iso_qos = { in init() local208 iso_chans[i].qos = &iso_qos; in init()
169 static struct bt_iso_chan_qos iso_qos = { in init() local180 iso_chans[i].qos = &iso_qos; in init()
388 struct bt_iso_chan_qos iso_qos[CONFIG_BT_ISO_MAX_CHAN]; local419 iso_qos[i].tx = &iso_tx[i];421 iso_qos[i].tx = NULL;433 iso_qos[i].rx = &iso_rx[i];435 iso_qos[i].rx = NULL;439 iso_chan[i].qos = &iso_qos[i];
166 static struct bt_iso_chan_qos iso_qos = { variable185 iso_chans[i].qos = &iso_qos; in connect_iso()
Completed in 52 milliseconds