Skip to content

nimble: Add initial support for Core Spec 5.1#490

Merged
sjanc merged 1 commit intoapache:masterfrom
sjanc:hci51
Oct 15, 2019
Merged

nimble: Add initial support for Core Spec 5.1#490
sjanc merged 1 commit intoapache:masterfrom
sjanc:hci51

Conversation

@sjanc
Copy link
Contributor

@sjanc sjanc commented Jun 17, 2019

This only adds required defines for new HCI commands and events.
Option for selecting supported core version is also added.

@sjanc sjanc requested review from andrzej-kaczmarek and rymanluk and removed request for rymanluk June 17, 2019 11:45
#define BLE_HCI_LE_PERIODIC_ADV_SET_INFO_TRANSFER_LEN (5)

/* --- LE Set Periodic Advertising Sync Transfer Parameters (OCF 0x005C) */
#define BLE_HCI_LE_PERIODIC_ADV_SYNC_TRANSFER_PARAMS_LEN (9)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

length is 8 not 9
Connection_Handle, 2
Mode, 1
Skip, 2
Sync_Timeout, 2
CTE_Type 1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, thanks

although I've started working on reworking code we have for parsing hci commands/events which will make those defines obsolete, I'll rebase this patch on top of that work when it is done.

This only adds required defines for new HCI commands and events.
Option for selecting supported core version is also added.
@sjanc sjanc merged commit b0aef82 into apache:master Oct 15, 2019
@sjanc sjanc deleted the hci51 branch October 15, 2019 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants