Bluetooth: Introduce L2CAP channel callback for suspending
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / net / bluetooth / l2cap.h
index d7cd1dd..b0d7e4a 100644 (file)
@@ -593,6 +593,7 @@ struct l2cap_ops {
        void                    (*ready) (struct l2cap_chan *chan);
        void                    (*defer) (struct l2cap_chan *chan);
        void                    (*resume) (struct l2cap_chan *chan);
+       void                    (*suspend) (struct l2cap_chan *chan);
        void                    (*set_shutdown) (struct l2cap_chan *chan);
        long                    (*get_sndtimeo) (struct l2cap_chan *chan);
        struct sk_buff          *(*alloc_skb) (struct l2cap_chan *chan,