diff options
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 3 |
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); | |||
806 | struct l2cap_chan *l2cap_chan_create(struct sock *sk); | 806 | struct l2cap_chan *l2cap_chan_create(struct sock *sk); |
807 | void l2cap_chan_close(struct l2cap_chan *chan, int reason); | 807 | void l2cap_chan_close(struct l2cap_chan *chan, int reason); |
808 | void l2cap_chan_destroy(struct l2cap_chan *chan); | 808 | void l2cap_chan_destroy(struct l2cap_chan *chan); |
809 | int l2cap_chan_connect(struct l2cap_chan *chan); | 809 | inline int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, |
810 | bdaddr_t *dst); | ||
810 | int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, | 811 | int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, |
811 | u32 priority); | 812 | u32 priority); |
812 | void l2cap_chan_busy(struct l2cap_chan *chan, int busy); | 813 | void l2cap_chan_busy(struct l2cap_chan *chan, int busy); |