Skip to content

apps: bttester: refactor notifications and indications #1966

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

piotrnarajowski
Copy link
Contributor

@piotrnarajowski piotrnarajowski commented Jan 30, 2025

Removes os_callout_init from tester_init_gatt and variables and funcitons related to it. Notifications/indications were sent right after peer has subscribed for notification (or indication). This will be now handled by calling set_value btp command
Note: this can be tested by running GATT/SR/GAN/BV-01-C or GATT/SR/GAI/BV-01-C test case but will require changes from auto-pts/auto-pts#1361 to be merged

@github-actions github-actions bot added the size/S Small PR label Jan 30, 2025
@piotrnarajowski piotrnarajowski changed the title apps: bttester: refactor notifications apps: bttester: refactor notifications and indications Jan 30, 2025
Removes os_callout_init from tester_init_gatt and variables and funcitons
related to it. Notifications/indications were sent right after peer has
subscribed for notification (or indication). This will be now handled
by calling set_value btp command implemented in another commit.
Opcode 0x06 and btp_cmd struct were previously defined in btp_gatt.h but
command implementation was missing. Can be used to send notifications
or indications.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant