Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c42 void send_sdu_chan_worker(struct k_work *item);
216 k_work_init(&chan->work, send_sdu_chan_worker); in get_free_channel()
397 void send_sdu_chan_worker(struct k_work *item) in send_sdu_chan_worker() function