]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1a01b4d3f0e0e2ef5a3ea6d1e76b75d338e98df
tree42cbe44d8915e82febf10420100c45219d610b83
parent7eeaf0a197e2155b8a7bf0003e262465d6deac5d
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