Bluetooth: Add identifiers for Bluetooth 5.2
The Bluetooth 5.2 specification was recently released, and has a new
version identifier (11) assigned to it in the Bluetooth Assigned
Numbers.
Relates to commit fa241f0249
("bluetooth: Add decoding for BLE 5.2
version string")
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
3ed658e9ed
commit
ba4e8ff2fd
1 changed files with 1 additions and 0 deletions
|
@ -517,6 +517,7 @@ struct bt_hci_rp_write_auth_payload_timeout {
|
|||
#define BT_HCI_VERSION_4_2 8
|
||||
#define BT_HCI_VERSION_5_0 9
|
||||
#define BT_HCI_VERSION_5_1 10
|
||||
#define BT_HCI_VERSION_5_2 11
|
||||
|
||||
#define BT_HCI_OP_READ_LOCAL_VERSION_INFO BT_OP(BT_OGF_INFO, 0x0001)
|
||||
struct bt_hci_rp_read_local_version_info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue