Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c103 #define BT_CTLR_ISO_STREAMS ((2 * (BT_CTLR_CONN_ISO_STREAMS)) + \ macro
106 #if BT_CTLR_ISO_STREAMS
107 static struct ll_iso_datapath datapath_pool[BT_CTLR_ISO_STREAMS];
1973 #if BT_CTLR_ISO_STREAMS in init_reset()