Home
last modified time | relevance | path

Searched refs:bis (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Diso.c1412 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 …]
Diso_internal.h53 struct bt_iso_chan **bis; member
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/
Dutil.h19 void util_bis_aa_le32(uint8_t bis, uint8_t *saa, uint8_t *dst);
Dutil.c270 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/
Dmain.c53 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/
DKconfig.ataes132a39 Standard bis speed of up to 100KHz.
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c341 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()
Dbroadcaster.c37 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/
DKconfig.stm3234 With the versions V2 bis of DMA, the peripheral request (slot) is not
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Disoal.h114 struct pdu_bis bis; member
Dull_sync_iso.c59 uint8_t *bis) in ll_big_sync_create() argument
/Zephyr-Core-2.7.6/samples/bluetooth/iso_receive/src/
Dmain.c261 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/
Dll.h152 uint8_t *bis);
/Zephyr-Core-2.7.6/include/bluetooth/
Dhci.h1890 uint8_t bis[0]; member
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c1613 sync_timeout, cmd->num_bis, cmd->bis); in le_big_create_sync()