Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES | Miao-chen Chou | 2020-06-18 | 1 | -0/+9 |
| | | | | | | | | | | | | | This adds the request handler of MGMT_OP_READ_ADV_MONITOR_FEATURES command. Since the controller-based monitoring is not yet in place, this report only the supported features but not the enabled features. The following test was performed. - Issuing btmgmt advmon-features. Signed-off-by: Miao-chen Chou <mcchou@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> | ||||
* | Bluetooth: Add framework for Microsoft vendor extension | Miao-chen Chou | 2020-04-05 | 1 | -0/+18 |
Micrsoft defined a set for HCI vendor extensions. Check the following link for details: https://docs.microsoft.com/en-us/windows-hardware/drivers/bluetooth/microsoft-defined-bluetooth-hci-commands-and-events This provides the basic framework to enable the extension and read its supported features. Drivers still have to declare support for this extension before it can be utilized by the host stack. Signed-off-by: Miao-chen Chou <mcchou@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |