]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit321c6feed2519a2691f65e41c4d62332d6ee3d52
tree3dca0037c195c455f52205d2a4f2035f9f11b61a
parent418678b01aca849b4f86224e609610ce87a9bdc4
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