Searched refs:l2cap_chan_del (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
H A D | l2cap_core.c | 576 void l2cap_chan_del(struct l2cap_chan *chan, int err) l2cap_chan_del() function 645 EXPORT_SYMBOL_GPL(l2cap_chan_del); variable 727 l2cap_chan_del(chan, reason); l2cap_chan_close() 738 l2cap_chan_del(chan, reason); l2cap_chan_close() 743 l2cap_chan_del(chan, reason); l2cap_chan_close() 1696 l2cap_chan_del(chan, err); l2cap_conn_del() 3973 l2cap_chan_del(chan, ECONNREFUSED); l2cap_connect_create_rsp() 4280 l2cap_chan_del(chan, ECONNRESET); l2cap_disconnect_req() 4319 l2cap_chan_del(chan, 0); l2cap_disconnect_rsp() 5291 l2cap_chan_del(chan, ECONNREFUSED); l2cap_le_connect_rsp() 5306 l2cap_chan_del(chan, ECONNREFUSED); l2cap_le_connect_rsp() 5582 l2cap_chan_del(chan, ECONNREFUSED); l2cap_le_command_rej()
|
H A D | hci_conn.c | 329 * l2cap_chan_del for each channel, and inside l2cap_chan_del conn is hci_conn_timeout()
|
H A D | a2mp.c | 776 l2cap_chan_del(chan, 0); a2mp_chan_open()
|
H A D | 6lowpan.c | 900 l2cap_chan_del(chan, -ENOENT); chan_ready_cb()
|
/linux-4.1.27/include/net/bluetooth/ |
H A D | l2cap.h | 928 void l2cap_chan_del(struct l2cap_chan *chan, int err);
|
Completed in 99 milliseconds