Home
last modified time | relevance | path

Searched refs:iso_rx_qos (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c111 static struct bt_iso_chan_io_qos iso_rx_qos = { variable
123 .rx = &iso_rx_qos,
1014 iso_rx_qos.rtn, iso_rx_qos.phy, iso_rx_qos.sdu); in change_central_settings()
1034 err = parse_cis_args(&iso_rx_qos); in change_central_settings()
1040 iso_rx_qos.rtn, iso_rx_qos.phy, in change_central_settings()
1041 iso_rx_qos.sdu); in change_central_settings()
1043 (void)memcpy(&iso_rx_qos, &iso_tx_qos, in change_central_settings()
1044 sizeof(iso_rx_qos)); in change_central_settings()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c126 static struct bt_iso_chan_io_qos iso_rx_qos = DEFAULT_IO_QOS; variable
130 .rx = &iso_rx_qos,
213 chans[0]->qos->rx = &iso_rx_qos; in cmd_cig_create()
216 chans[0]->qos->rx = &iso_rx_qos; in cmd_cig_create()
515 rx_qos = &iso_rx_qos; in cmd_listen()
518 rx_qos = &iso_rx_qos; in cmd_listen()
821 bis_iso_qos.rx = &iso_rx_qos; in cmd_big_sync()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c256 static struct bt_iso_chan_io_qos iso_rx_qos[BIS_ISO_CHAN_COUNT]; variable
259 { .rx = &iso_rx_qos[0], },
260 { .rx = &iso_rx_qos[1], },
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c265 static struct bt_iso_chan_io_qos iso_rx_qos; variable
268 .rx = &iso_rx_qos,
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c80 static struct bt_iso_chan_io_qos iso_rx_qos = { variable
904 bis_iso_qos.rx = &iso_rx_qos; in test_iso_recv_main()
1119 bis_iso_qos.rx = &iso_rx_qos; in test_iso_recv_vs_dp_main()