Searched refs:bis (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | iso.c | 1412 struct bt_iso_chan *bis = big->bis[i]; in cleanup_big() local 1414 if (bis != NULL && bis->iso != NULL) { in cleanup_big() 1415 bt_conn_unref(bis->iso); in cleanup_big() 1416 bis->iso = NULL; in cleanup_big() 1426 big->bis[i]->iso->err = reason; in big_disconnect() 1428 bt_iso_disconnected(big->bis[i]->iso); in big_disconnect() 1435 struct bt_iso_chan *bis = big->bis[i]; in big_init_bis() local 1437 if (!bis) { in big_init_bis() 1442 if (bis->iso) { in big_init_bis() 1447 CHECKIF(bis->qos == NULL) { in big_init_bis() [all …]
|
D | iso_internal.h | 53 struct bt_iso_chan **bis; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/ |
D | util.h | 19 void util_bis_aa_le32(uint8_t bis, uint8_t *saa, uint8_t *dst);
|
D | util.c | 270 void util_bis_aa_le32(uint8_t bis, uint8_t *saa, uint8_t *dst) in util_bis_aa_le32() argument 281 d = ((35 * bis) + 42) & 0x7f; in util_bis_aa_le32()
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 53 static struct bt_iso_chan *bis[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable 57 .bis_channels = bis,
|
/Zephyr-Core-2.7.6/drivers/crypto/ |
D | Kconfig.ataes132a | 39 Standard bis speed of up to 100KHz.
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 341 static struct bt_iso_chan *bis[CONFIG_BT_ISO_MAX_CHAN]; in create_big_sync() local 343 .bis_channels = bis, in create_big_sync() 353 bis[i] = &bis_iso_chan[i]; in create_big_sync()
|
D | broadcaster.c | 37 static struct bt_iso_chan *bis[CONFIG_BT_ISO_MAX_CHAN]; variable 40 .bis_channels = bis, 433 bis[i] = &bis_iso_chans[i]; in create_big()
|
/Zephyr-Core-2.7.6/drivers/dma/ |
D | Kconfig.stm32 | 34 With the versions V2 bis of DMA, the peripheral request (slot) is not
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 114 struct pdu_bis bis; member
|
D | ull_sync_iso.c | 59 uint8_t *bis) in ll_big_sync_create() argument
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_receive/src/ |
D | main.c | 261 static struct bt_iso_chan *bis[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable 264 .bis_channels = bis,
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/include/ |
D | ll.h | 152 uint8_t *bis);
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | hci.h | 1890 uint8_t bis[0]; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/ |
D | hci.c | 1613 sync_timeout, cmd->num_bis, cmd->bis); in le_big_create_sync()
|