]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add support for vendor specific diagnostic channel
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 7 Oct 2015 14:38:35 +0000 (16:38 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 8 Oct 2015 06:51:13 +0000 (09:51 +0300)
commitd61ac2e6a6e84804edd3a95d2220fddbbe0315be
tree2baf3fcac740ab8b97238fa66b3cfa56f635050f
parent5feb7f87c7de4c3d8e3e483c7a6433bcc7e6307a
Bluetooth: Add support for vendor specific diagnostic channel

Introduce hci_recv_diag function for HCI drivers to allow sending vendor
specific diagnostic messages into the Bluetooth core stack. The messages
are not processed, but they are forwarded to the monitor channel and can
be retrieved by user space diagnostic tools.

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
net/bluetooth/hci_core.c
net/bluetooth/hci_sock.c