-
Notifications
You must be signed in to change notification settings - Fork 443
nimble/bttester: Subrating support #2077
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
Conversation
528bef9
to
145a611
Compare
@sjanc Some of the code in the handler section may fail the style-check. |
145a611
to
d0aead6
Compare
365164e
to
c3f15b2
Compare
#AutoPTS run mynewt GAP/CSUB |
Scheduled PR #2077 (comment), board: nrf52, estimated start time: 13:52:47, test case count: 2, estimated duration: 0:11:35 Test cases to be runGAP/CSUB/CSR/BV-01-CGAP/CSUB/CSU/BV-01-C |
AutoPTS Bot results: Failed tests (2)GAP GAP/CSUB/CSR/BV-01-C MISSING WID ERRORGAP GAP/CSUB/CSU/BV-01-C MISSING WID ERROR |
#AutoPTS run mynewt GAP/CSUB |
Enable subrating features for bttester. This feature is required for following tests: GAP/CSUB/CSR/BV-01-C & GAP/CSUB/CSU/BV-01-C.
Add proper BTP subrating commands and functions in GAP. Required to satisfy corresponding auto-pts layer.
Add Subrate change event definition and handling in BTP layer.
`ble_gap_rx_subrate_change()` handler now invokes `ble_gap_call_conn_event_cb()` to allow applications to react to subrate change events. This addition ensures that registered connection event callbacks are notified when a subrate change occurs, providing better support for LE Subrate procedures.
Scheduled PR #2077 (comment), board: nrf52, estimated start time: 17:27:12, test case count: 2, estimated duration: 0:11:31 Test cases to be runGAP/CSUB/CSR/BV-01-CGAP/CSUB/CSU/BV-01-C |
c3f15b2
to
aeabe01
Compare
AutoPTS Bot results: Successful tests (2)GAP GAP/CSUB/CSR/BV-01-C PASSGAP GAP/CSUB/CSU/BV-01-C PASS |
Add support for subrating.
Introduce subrating commands and functions in btp.
Change style of btp GAP handlers due to failing style-checks.