aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/l2cap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 278830ef92cd..7b4cc5b98535 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -583,6 +583,7 @@ struct l2cap_conn {
583 583
584 struct list_head chan_l; 584 struct list_head chan_l;
585 struct mutex chan_lock; 585 struct mutex chan_lock;
586 struct kref ref;
586}; 587};
587 588
588#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01 589#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01
@@ -813,4 +814,7 @@ void l2cap_logical_cfm(struct l2cap_chan *chan, struct hci_chan *hchan,
813 u8 status); 814 u8 status);
814void __l2cap_physical_cfm(struct l2cap_chan *chan, int result); 815void __l2cap_physical_cfm(struct l2cap_chan *chan, int result);
815 816
817void l2cap_conn_get(struct l2cap_conn *conn);
818void l2cap_conn_put(struct l2cap_conn *conn);
819
816#endif /* __L2CAP_H */ 820#endif /* __L2CAP_H */