linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/5] Implement BTLE Network Management interface API
@ 2016-03-04 11:40 Patrik Flykt
  2016-03-04 11:40 ` [RFC 1/5] bluetooth: Merge Bluetooth 6lowpan functionality to bluetooth module Patrik Flykt
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Patrik Flykt @ 2016-03-04 11:40 UTC (permalink / raw)
  To: linux-bluetooth

	Hi,

This patch set implements kernel support for RFC v3 of the Management
Interface Network API. The current implementation reuses existing
Bluetooth 6LowPAN functionality except for the debugfs interface parts
that are replace by the Management API.

The debugfs implementation for enabling and disabling incoming connection
support is still used, here it is anticipated that it will be replaced
by device whitelisting using the Add Device command in the future.

Please review,

       Patrik


Patrik Flykt (5):
  bluetooth: Merge Bluetooth 6lowpan functionality to bluetooth module
  bluetooth: Implement Get Networks Management API command
  l2cap: Pass hci_dev to l2cap_chan_connect()
  bluetooth: Implement Add Network Management API command
  bluetooth: Implement Remove Network Management API command

 include/net/bluetooth/l2cap.h |   4 +-
 include/net/bluetooth/mgmt.h  |  40 ++++
 net/bluetooth/6lowpan.c       | 495 ++++++++++++++++++++++++++++--------------
 net/bluetooth/Kconfig         |   2 +-
 net/bluetooth/Makefile        |   4 +-
 net/bluetooth/af_bluetooth.c  |  11 +
 net/bluetooth/l2cap_core.c    |   6 +-
 net/bluetooth/l2cap_sock.c    |   5 +-
 net/bluetooth/mgmt.c          |   9 +
 9 files changed, 397 insertions(+), 179 deletions(-)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-03-05 21:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 11:40 [RFC 0/5] Implement BTLE Network Management interface API Patrik Flykt
2016-03-04 11:40 ` [RFC 1/5] bluetooth: Merge Bluetooth 6lowpan functionality to bluetooth module Patrik Flykt
2016-03-05 21:06   ` Alexander Aring
2016-03-05 21:15     ` Alexander Aring
2016-03-04 11:40 ` [RFC 2/5] bluetooth: Implement Get Networks Management API command Patrik Flykt
2016-03-04 14:16   ` Patrik Flykt
2016-03-04 11:40 ` [RFC 3/5] l2cap: Pass hci_dev to l2cap_chan_connect() Patrik Flykt
2016-03-04 17:29   ` Marcel Holtmann
2016-03-04 11:40 ` [RFC 4/5] bluetooth: Implement Add Network Management API command Patrik Flykt
2016-03-04 11:40 ` [RFC 5/5] bluetooth: Implement Remove " Patrik Flykt
2016-03-04 17:30   ` Marcel Holtmann

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).