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>
Thu, 1 Sep 2016 16:34:26 +0000 (18:34 +0200)
commitfa7cc740c943656fb38488ba18d574b833132ffc
tree13e3aa9dc8a21975a23a8f4e04c546c307473238
parent6b3a87cb290833e945260cae9bb2310ef0a8501b
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
This page took 0.024505 seconds and 5 git commands to generate.