Bluetooth: mgmt: Add basic support for Set High Speed command
This patch adds rudimentary support for the Set High Speed command in the form of a new HCI dev flag (HCI_HS_ENABLED). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
f963e8e9d3
commit
6d80dfd094
2 changed files with 42 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ enum {
|
|||
|
||||
HCI_LE_SCAN,
|
||||
HCI_SSP_ENABLED,
|
||||
HCI_HS_ENABLED,
|
||||
};
|
||||
|
||||
/* HCI ioctl defines */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue