Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst156 - rx_demux context to drive ull_cp_tx_ack() and ull_cp_rx()
237 - Emulated versions of rx_demux/prepare context used in unit tests - testing ONLY procedure PDU flow
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c566 static void rx_demux(void *param);
2064 static struct mayfly mfy = {0, 0, &link, NULL, rx_demux}; in ull_rx_sched()
2543 static void rx_demux(void *param) in rx_demux() function
2607 static struct mayfly mfy = {0, 0, &link, NULL, rx_demux}; in rx_demux_yield()