Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b8d4a6a authored by Jukka Rissanen's avatar Jukka Rissanen Committed by Marcel Holtmann
Browse files

Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one



Create a CoC dynamically instead of one fixed channel for communication
to peer devices.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 0498878b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ enum {
	HCI_PERIODIC_INQ,
	HCI_FAST_CONNECTABLE,
	HCI_BREDR_ENABLED,
	HCI_6LOWPAN_ENABLED,
	HCI_LE_SCAN_INTERRUPTED,
};

+0 −1
Original line number Diff line number Diff line
@@ -521,7 +521,6 @@ enum {
	HCI_CONN_AES_CCM,
	HCI_CONN_POWER_SAVE,
	HCI_CONN_REMOTE_OOB,
	HCI_CONN_6LOWPAN,
};

static inline bool hci_conn_ssp_enabled(struct hci_conn *conn)
+0 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@ struct l2cap_conninfo {
#define L2CAP_FC_L2CAP		0x02
#define L2CAP_FC_CONNLESS	0x04
#define L2CAP_FC_A2MP		0x08
#define L2CAP_FC_6LOWPAN        0x3e /* reserved and temporary value */

/* L2CAP Control Field bit masks */
#define L2CAP_CTRL_SAR			0xC000
+580 −207

File changed.

Preview size limit exceeded, changes collapsed.

net/bluetooth/6lowpan.h

deleted100644 → 0
+0 −47

File deleted.

Preview size limit exceeded, changes collapsed.

Loading