Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt.c325 static int chan_send(struct bt_att_chan *chan, struct net_buf *buf) in chan_send() function
746 return chan_send(chan, buf); in bt_att_chan_send()
778 err = chan_send(chan, buf); in bt_att_chan_send_rsp()
3259 if (chan_send(att_chan, buf)) { in att_req_retry()