]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add framework for Extended Controller Information
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 1 Sep 2016 14:46:23 +0000 (16:46 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 19 Sep 2016 18:19:34 +0000 (20:19 +0200)
commit632b7c7f8368e971ada6af5c6c61165bb55ae8d6
tree3dca0037c195c455f52205d2a4f2035f9f11b61a
parentc6dc721751c0fa55f03fd06e5f091cdfbb49b0d5
Bluetooth: Add framework for Extended Controller Information

This command is used to retrieve the current state and basic
information of a controller. It is typically used right after
getting the response to the Read Controller Index List command
or an Index Added event (or its extended counterparts).

When any of the values in the EIR_Data field changes, the event
Extended Controller Information Changed will be used to inform
clients about the updated information.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: MichaƂ Narajowski <michal.narajowski@codecoup.pl>
include/net/bluetooth/hci.h
include/net/bluetooth/mgmt.h
net/bluetooth/mgmt.c