Searched refs:l2cap_tx_buf_destroy (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | l2cap.c | 75 static void l2cap_tx_buf_destroy(struct bt_conn *conn, struct net_buf *buf, int err) in l2cap_tx_buf_destroy() function 919 l2cap_tx_buf_destroy(ch->chan.conn, buf, ret); in l2cap_chan_tx_process() 974 l2cap_tx_buf_destroy(chan->conn, le_chan->tx_buf, -ESHUTDOWN); in l2cap_chan_destroy() 980 l2cap_tx_buf_destroy(chan->conn, buf, -ESHUTDOWN); in l2cap_chan_destroy() 2199 l2cap_tx_buf_destroy(chan->conn, le_chan->tx_buf, -ESHUTDOWN); in l2cap_chan_shutdown() 2205 l2cap_tx_buf_destroy(chan->conn, buf, -ESHUTDOWN); in l2cap_chan_shutdown()
|