Bluetooth: Add support for HCI monitor channel
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 20 Feb 2012 19:34:38 +0000 (20:34 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 20 Feb 2012 21:03:24 +0000 (23:03 +0200)
commitcd82e61c110a36e398323e422896fcfe05879fed
tree42cbe44d8915e82febf10420100c45219d610b83
parent040030ef7d907107e6489b39da518bdf94136d68
Bluetooth: Add support for HCI monitor channel

The HCI monitor channel can be used to monitor all packets and events
from the Bluetooth subsystem. The monitor is not bound to any specific
HCI device and allows even capturing multiple devices at the same time.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
include/net/bluetooth/hci_mon.h [new file with mode: 0644]
net/bluetooth/hci_core.c
net/bluetooth/hci_sock.c