Searched refs:bis_iso_qos (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
| D | main.c | 65 static struct bt_iso_chan_qos bis_iso_qos = { variable 70 { .ops = &iso_ops, .qos = &bis_iso_qos, }, 71 { .ops = &iso_ops, .qos = &bis_iso_qos, },
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
| D | test_bis.c | 78 static struct bt_iso_chan_qos bis_iso_qos; variable 86 .qos = &bis_iso_qos, 359 bis_iso_qos.tx = &iso_tx_qos; in create_big() 360 bis_iso_qos.rx = NULL; in create_big() 417 bis_iso_qos.tx = &iso_tx_qos; in create_advanced_big() 418 bis_iso_qos.rx = NULL; in create_advanced_big() 419 bis_iso_qos.num_subevents = BT_ISO_NSE_MIN; in create_advanced_big() 936 bis_iso_qos.tx = NULL; in test_iso_recv_main() 937 bis_iso_qos.rx = &iso_rx_qos; in test_iso_recv_main() 1151 bis_iso_qos.tx = NULL; in test_iso_recv_vs_dp_main() [all …]
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | iso.c | 650 static struct bt_iso_chan_qos bis_iso_qos; variable 654 .qos = &bis_iso_qos, 696 if (!bis_iso_qos.tx) { in cmd_broadcast() 741 bis_iso_qos.tx = &iso_tx_qos; in cmd_big_create() 742 bis_iso_qos.tx->phy = BT_GAP_LE_PHY_2M; /* 2 MBit */ in cmd_big_create() 743 bis_iso_qos.tx->rtn = 2; in cmd_big_create() 744 bis_iso_qos.tx->sdu = CONFIG_BT_ISO_TX_MTU; in cmd_big_create() 833 bis_iso_qos.tx = NULL; in cmd_big_sync() 834 bis_iso_qos.rx = &iso_rx_qos; in cmd_big_sync()
|
| /Zephyr-latest/samples/bluetooth/iso_receive/src/ |
| D | main.c | 258 static struct bt_iso_chan_qos bis_iso_qos[] = { variable 265 .qos = &bis_iso_qos[0], }, 267 .qos = &bis_iso_qos[1], },
|
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
| D | broadcaster.c | 110 static struct bt_iso_chan_qos bis_iso_qos = { variable 334 bis_iso_qos.num_subevents, DEFAULT_BIS_NSE); in parse_nse_arg() 573 bis_iso_qos.num_subevents = num_subevents; in parse_args() 716 bis_iso_chans[i].qos = &bis_iso_qos; in create_big()
|
| D | receiver.c | 267 static struct bt_iso_chan_qos bis_iso_qos = { variable 358 bis_iso_chan[i].qos = &bis_iso_qos; in create_big_sync()
|