Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap_br_internal.h153 void bt_l2cap_chan_remove(struct bt_conn *conn, struct bt_l2cap_chan *chan);
Dl2cap_internal.h181 void bt_l2cap_chan_remove(struct bt_conn *conn, struct bt_l2cap_chan *chan);
Dl2cap.c155 void bt_l2cap_chan_remove(struct bt_conn *conn, struct bt_l2cap_chan *ch) in bt_l2cap_chan_remove() function
281 bt_l2cap_chan_remove(conn, &chan->chan); in l2cap_rtx_timeout()
594 bt_l2cap_chan_remove(chan->conn, chan); in l2cap_le_encrypt_change()
1603 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp()
1622 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp()
1636 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp()
1650 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp()
1756 bt_l2cap_chan_remove(conn, &chan->chan); in le_conn_rsp()
2813 bt_l2cap_chan_remove(conn, &ch->chan); in l2cap_le_connect()
2873 bt_l2cap_chan_remove(conn, chan[i]); in bt_l2cap_ecred_chan_connect()
Dl2cap_br.c151 bt_l2cap_chan_remove(chan->conn, chan); in l2cap_br_chan_cleanup()