Bluetooth: controller: Report 5.0 compliant controller
Since there are no mandatory features in 5.0 when compared to a 4.2 compliant controller, report 5.0 as the current specification implemented by the controller, to allow for features such as short advertising intervals (< 100ms) which are already supported. Change-Id: I1b138a86290a0422760a5e265cdd7b72d68f0048 Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
f253f4e14c
commit
ff3e6e333f
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ static void read_local_version_info(struct net_buf *buf, struct net_buf **evt)
|
|||
rp = cmd_complete(evt, sizeof(*rp));
|
||||
|
||||
rp->status = 0x00;
|
||||
rp->hci_version = BT_HCI_VERSION_4_2;
|
||||
rp->hci_version = BT_HCI_VERSION_5_0;
|
||||
rp->hci_revision = sys_cpu_to_le16(0);
|
||||
rp->lmp_version = RADIO_BLE_VERSION_NUMBER;
|
||||
rp->manufacturer = sys_cpu_to_le16(RADIO_BLE_COMPANY_ID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue