Searched refs:bt_l2cap_chan_remove (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | l2cap_br_internal.h | 195 void bt_l2cap_chan_remove(struct bt_conn *conn, struct bt_l2cap_chan *chan);
|
| D | l2cap_br.c | 181 bt_l2cap_chan_remove(chan->conn, chan); in l2cap_br_chan_cleanup()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | l2cap_internal.h | 179 void bt_l2cap_chan_remove(struct bt_conn *conn, struct bt_l2cap_chan *chan);
|
| D | l2cap.c | 161 void bt_l2cap_chan_remove(struct bt_conn *conn, struct bt_l2cap_chan *ch) in bt_l2cap_chan_remove() function 301 bt_l2cap_chan_remove(conn, &chan->chan); in l2cap_rtx_timeout() 647 bt_l2cap_chan_remove(chan->conn, chan); in l2cap_le_encrypt_change() 1940 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp() 1959 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp() 1973 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp() 1987 bt_l2cap_chan_remove(conn, &chan->chan); in le_ecred_conn_rsp() 2093 bt_l2cap_chan_remove(conn, &chan->chan); in le_conn_rsp() 2879 bt_l2cap_chan_remove(conn, &ch->chan); in l2cap_le_connect() 2939 bt_l2cap_chan_remove(conn, chan[i]); in bt_l2cap_ecred_chan_connect()
|