Skip to content

Conversation

MechanicV1
Copy link
Contributor

Added unit tests for ble_gq library

Added unit tests for ble_gq library

Signed-off-by: Nirmal Krishna <[email protected]>
Co-authored-by: Andreas Moltumyr <[email protected]>
@MechanicV1 MechanicV1 requested review from a team as code owners August 25, 2025 10:24
Copy link

You can find the documentation preview for this PR here.

uint16_t conn_handle = 0x0C4;

ble_evt.header.evt_id = BLE_GAP_EVT_DISCONNECTED;
ble_evt.evt.gap_evt.conn_handle = 0x0C4;
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: I would consider defining 0x0C4 somewhere and then reusing the definition in all the different occurrences, rather than hardcoding the value.

@eivindj-nordic eivindj-nordic added this to the v0.9.0 milestone Aug 27, 2025
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