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.c106 #define BT_CTLR_ISO_STREAMS ((2 * (BT_CTLR_CONN_ISO_STREAMS)) + \ macro
109 #if BT_CTLR_ISO_STREAMS
110 static struct ll_iso_datapath datapath_pool[BT_CTLR_ISO_STREAMS];
1971 #if BT_CTLR_ISO_STREAMS in init_reset()