From: Jukka Rissanen <jukka.rissanen@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH v3 0/6] Bluetooth LE 6LoWPAN using CoC
Date: Wed, 28 May 2014 14:43:02 +0300 [thread overview]
Message-ID: <1401277388-4611-1-git-send-email-jukka.rissanen@linux.intel.com> (raw)
Hi,
this v3 patchset fixes the issues found in v2.
I removed the hci callback patches from v2 as they we no
longer needed after refactoring the code a bit.
The patch that fixes MAC address U/L bit handling was sent earlier
and is required by these patches.
Usage:
In the slave side do this:
$ modprobe bluetooth_6lowpan
$ echo 62 > /sys/kernel/debug/bluetooth/6lowpan_psm
$ hciconfig hci0 leadv
In the master side do this:
$ modprobe bluetooth_6lowpan
$ echo 62 > /sys/kernel/debug/bluetooth/6lowpan_psm
$ echo 'connect E0:06:E6:B7:2A:73 1' > \
/sys/kernel/debug/bluetooth/6lowpan_control
Cheers,
Jukka
Jukka Rissanen (6):
Bluetooth: Refactor l2cap_sock_sendmsg() to copy user buffer
Bluetooth: l2cap: Set more channel defaults
Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed
one
Bluetooth: 6LoWPAN: Create a kernel module
Bluetooth: 6LoWPAN: Count module usage
Bluetooth: 6LoWPAN: Remove network devices when unloading
include/net/bluetooth/hci.h | 1 -
include/net/bluetooth/hci_core.h | 1 -
include/net/bluetooth/l2cap.h | 5 +-
net/bluetooth/6lowpan.c | 837 ++++++++++++++++++++++++++++++---------
net/bluetooth/6lowpan.h | 47 ---
net/bluetooth/Kconfig | 6 +-
net/bluetooth/Makefile | 4 +-
net/bluetooth/a2mp.c | 12 +-
net/bluetooth/hci_core.c | 45 ---
net/bluetooth/hci_event.c | 3 -
net/bluetooth/l2cap_core.c | 107 ++---
net/bluetooth/l2cap_sock.c | 14 +-
12 files changed, 721 insertions(+), 361 deletions(-)
delete mode 100644 net/bluetooth/6lowpan.h
--
1.8.3.1
next reply other threads:[~2014-05-28 11:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-28 11:43 Jukka Rissanen [this message]
2014-05-28 11:43 ` [PATCH v3 1/6] Bluetooth: Refactor l2cap_sock_sendmsg() to copy user buffer Jukka Rissanen
2014-05-31 4:37 ` Marcel Holtmann
2014-05-28 11:43 ` [PATCH v3 2/6] Bluetooth: l2cap: Set more channel defaults Jukka Rissanen
2014-05-31 4:39 ` Marcel Holtmann
2014-05-28 11:43 ` [PATCH v3 3/6] Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one Jukka Rissanen
2014-05-28 11:43 ` [PATCH v3 4/6] Bluetooth: 6LoWPAN: Create a kernel module Jukka Rissanen
2014-05-28 11:43 ` [PATCH v3 5/6] Bluetooth: 6LoWPAN: Count module usage Jukka Rissanen
2014-05-30 8:11 ` Jukka Rissanen
2014-05-28 11:43 ` [PATCH v3 6/6] Bluetooth: 6LoWPAN: Remove network devices when unloading Jukka Rissanen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1401277388-4611-1-git-send-email-jukka.rissanen@linux.intel.com \
--to=jukka.rissanen@linux.intel.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).