aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index f79137476cb6..c0d168adf9be 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -806,7 +806,8 @@ int l2cap_add_scid(struct l2cap_chan *chan, __u16 scid);
806struct l2cap_chan *l2cap_chan_create(struct sock *sk); 806struct l2cap_chan *l2cap_chan_create(struct sock *sk);
807void l2cap_chan_close(struct l2cap_chan *chan, int reason); 807void l2cap_chan_close(struct l2cap_chan *chan, int reason);
808void l2cap_chan_destroy(struct l2cap_chan *chan); 808void l2cap_chan_destroy(struct l2cap_chan *chan);
809int l2cap_chan_connect(struct l2cap_chan *chan); 809inline int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid,
810 bdaddr_t *dst);
810int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, 811int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len,
811 u32 priority); 812 u32 priority);
812void l2cap_chan_busy(struct l2cap_chan *chan, int busy); 813void l2cap_chan_busy(struct l2cap_chan *chan, int busy);