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

Event 'indicateconfirmed' added #2299

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

Event 'indicateconfirmed' added #2299

wants to merge 2 commits into from

Commits on Dec 1, 2022

  1. Update bluetooth.h

    event 'indicateconfirmed' created. Raised upon reception of an 'BLE_GATTS_EVT_HVC' softdevice event.
    See https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.2.0/msc_inline_mscgraph_90.png for more info.
    
    This event can be used in the application to provide app-to-app data transfer reliability.
    Primarily added to prevent any buffer overflow or data loss between the server and client.
    yerpj authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fbfb706 View commit details
    Browse the repository at this point in the history
  2. Update bluetooth.c

    event 'indicateconfirmed' created. Raised upon reception of an 'BLE_GATTS_EVT_HVC' softdevice event.
    See https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.2.0/msc_inline_mscgraph_90.png for more info.
    
    This event can be used in the application to provide app-to-app data transfer reliability.
    Primarily added to prevent any buffer overflow or data loss between the server and client.
    yerpj authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7a8371f View commit details
    Browse the repository at this point in the history