Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bluetooth: Add support for sending MGMT commands and events to monitor | Marcel Holtmann | 2016-09-19 | 1 | -3/+63 |
| | | | | | | | | This adds support for tracing all management commands and events via the monitor interface. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> | ||||
* | Bluetooth: Add generic mgmt helper API | Johan Hedberg | 2015-03-17 | 1 | -0/+210 |
There are several mgmt protocol features that will be needed by more than just the current HCI_CHANNEL_CONTROL. These include sending generic events as well as handling pending commands. This patch moves these functions out from mgmt.c to a new mgmt_util.c file. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> |