]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add support setup stage internal notification event
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 20 Oct 2015 00:30:47 +0000 (02:30 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 20 Oct 2015 22:49:23 +0000 (00:49 +0200)
commit3bab346f9fd109e0cc9fd5674b666a3c0a03fbee
tree2e3bc72ea97d866f7c0e94e3813a1334a670e23b
parent1955d831e43ed6fcdb516e685c4b29041340cca3
Bluetooth: Add support setup stage internal notification event

Before the vendor specific setup stage is triggered call back into the
core to trigger an internal notification event. That event is used to
send an index update to the monitor interface. With that specific event
it is possible to update userspace with manufacturer information before
any HCI command has been executed. This is useful for early stage
debugging of vendor specific initialization sequences.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci.h
net/bluetooth/hci_core.c
net/bluetooth/hci_sock.c