Searched refs:iso_rx_qos (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 88 static struct bt_iso_chan_io_qos iso_rx_qos = { variable 96 .rx = &iso_rx_qos, 742 iso_rx_qos.rtn, iso_rx_qos.phy, iso_rx_qos.sdu); in change_central_settings() 762 err = parse_cis_args(&iso_rx_qos); in change_central_settings() 768 iso_rx_qos.rtn, iso_rx_qos.phy, in change_central_settings() 769 iso_rx_qos.sdu); in change_central_settings() 771 (void)memcpy(&iso_rx_qos, &iso_tx_qos, in change_central_settings() 772 sizeof(iso_rx_qos)); in change_central_settings()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/ |
D | iso.c | 117 static struct bt_iso_chan_io_qos iso_rx_qos = DEFAULT_IO_QOS; variable 121 .rx = &iso_rx_qos, 156 chans[0]->qos->rx = &iso_rx_qos; in cmd_cig_create() 159 chans[0]->qos->rx = &iso_rx_qos; in cmd_cig_create() 442 rx_qos = &iso_rx_qos; in cmd_listen() 445 rx_qos = &iso_rx_qos; in cmd_listen()
|
/Zephyr-Core-3.4.0/samples/bluetooth/iso_receive/src/ |
D | main.c | 257 static struct bt_iso_chan_io_qos iso_rx_qos[BIS_ISO_CHAN_COUNT]; variable 260 { .rx = &iso_rx_qos[0], }, 261 { .rx = &iso_rx_qos[1], },
|
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 265 static struct bt_iso_chan_io_qos iso_rx_qos; variable 268 .rx = &iso_rx_qos,
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 79 static struct bt_iso_chan_io_qos iso_rx_qos = { variable 681 bis_iso_qos.rx = &iso_rx_qos; in test_iso_recv_main() 889 bis_iso_qos.rx = &iso_rx_qos; in test_iso_recv_vs_dp_main()
|