diff options
author | Brian Gix <brian.gix@intel.com> | 2022-09-01 21:19:14 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-09-06 22:18:27 +0200 |
commit | af6bcc1921ff0b644d2d750c0e3a88623b7211f5 (patch) | |
tree | 87fea244dcb02c21e8135d2a281e04d23a552276 /include/net/bluetooth | |
parent | Bluetooth: Implement support for Mesh (diff) | |
download | linux-af6bcc1921ff0b644d2d750c0e3a88623b7211f5.tar.xz linux-af6bcc1921ff0b644d2d750c0e3a88623b7211f5.zip |
Bluetooth: Add experimental wrapper for MGMT based mesh
This introduces a "Mesh UUID" and an Experimental Feature bit to the
hdev mask, and depending all underlying Mesh functionality on it.
Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index b3ade687531f..e004ba04a9ae 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -354,6 +354,7 @@ enum { HCI_LE_SIMULTANEOUS_ROLES, HCI_CMD_DRAIN_WORKQUEUE, + HCI_MESH_EXPERIMENTAL, HCI_MESH, HCI_MESH_SENDING, |