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

BASS & GATT fixes. #1779

Merged
merged 4 commits into from
May 16, 2024
Merged

BASS & GATT fixes. #1779

merged 4 commits into from
May 16, 2024

Conversation

szymon-czapracki
Copy link
Contributor

Fixed characteristic properties.
image

Changed naming.

@szymon-czapracki
Copy link
Contributor Author

@sjanc @KKopyscinski FYI

Copy link
Contributor

@sjanc sjanc left a comment

Choose a reason for hiding this comment

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

as discussed offline BLE_GATT_CHR_F_WRITE_ENC defines permissions for write so both flags needs to be present

This commit changes BASS audio scan control point and
BASS broadcast receive state characteristics properties.
Previous properties were not correct with specification.
Change keyword and description from PACS to BASS.
@szymon-czapracki szymon-czapracki changed the title BASS fixes. BASS & GATT fixes. May 15, 2024
#define BLE_GATT_CHR_F_AUTH_SIGN_WRITE 0x0040

/** GATT Characteristic Flag: Reliable Writes. */
Copy link
Contributor

Choose a reason for hiding this comment

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

reliable writes are (extended) property, not permission

This commit changes GATT flags descriptions,
making them more readable regarding permissions and
properties.
@szymon-czapracki szymon-czapracki force-pushed the bass_fixes branch 2 times, most recently from f8af0ed to 3341671 Compare May 15, 2024 14:08
This commit modifies GATT functions description
to get them up to speed with current doxygen rules.
@MariuszSkamra
Copy link
Contributor

BASS related changes LGTM

Copy link
Contributor

@KKopyscinski KKopyscinski left a comment

Choose a reason for hiding this comment

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

BASS part LGTM too

@sjanc sjanc merged commit 9190dcc into apache:master May 16, 2024
18 checks passed
@szymon-czapracki szymon-czapracki deleted the bass_fixes branch June 27, 2024 10:10
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.

4 participants