Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Datt.c216 static bt_conn_tx_cb_t chan_cb(const struct net_buf *buf);
295 err = bt_l2cap_chan_send_cb(&chan->chan.chan, buf, chan_cb(buf), data); in chan_send()
568 static bt_conn_tx_cb_t chan_cb(const struct net_buf *buf) in chan_cb() function