aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-12-02 04:20:20 -0500
committerMarcel Holtmann <marcel@holtmann.org>2013-12-05 10:05:32 -0500
commit9149761ad74f618371b58fd37141d4c3706d88fc (patch)
tree9304f31b1fa1e95c274cbbede99ef05bf56446e2 /include
parent6d3c15da1ddbffff2d0f50132a239209b2fa138e (diff)
Bluetooth: Add module parameter to enable LE CoC support
Along with the L2CAP Connection Oriented Channels features it is now allowed to use both custom fixed CIDs as well as PSM based (connection oriented connections). Since the support for this (with the subsequent patches) is still on an experimental stage, add a module parameter to enable it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/l2cap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index c853b16de4ef..94645d56fea7 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -809,6 +809,7 @@ static inline long l2cap_chan_no_get_sndtimeo(struct l2cap_chan *chan)
809} 809}
810 810
811extern bool disable_ertm; 811extern bool disable_ertm;
812extern bool enable_lecoc;
812 813
813int l2cap_init_sockets(void); 814int l2cap_init_sockets(void);
814void l2cap_cleanup_sockets(void); 815void l2cap_cleanup_sockets(void);