Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No provision for adding GATT-based Additional Data #5370

Closed
dhrishi opened this issue Mar 15, 2021 · 0 comments · Fixed by #13206
Closed

No provision for adding GATT-based Additional Data #5370

dhrishi opened this issue Mar 15, 2021 · 0 comments · Fixed by #13206
Labels
ble spec Mismatch between spec and implementation

Comments

@dhrishi
Copy link
Contributor

dhrishi commented Mar 15, 2021

Problem

As per the CHIP specification section 5.2.3.8.6 Advertising Data, the table shows that for byte 14, the bit [0] should be additional data flag and bits [7:1] are reserved and set to 0. In the CHIP code, I could not find that being added. As per the spec, the length of AD Type 0x16 is 11 (0x0b), but due to the above byte being missing, it is seen as 10 (0x0a).

Proposed Solution

Need to add provision to support GATT-based Additional Data.

@dhrishi dhrishi added ble spec Mismatch between spec and implementation labels Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ble spec Mismatch between spec and implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant