S122 SoftDevice v8.1.1
Data Fields
ble_gap_event_trigger_t Struct Reference

Bluetooth Link Layer event triggering parameters. More...

#include <ble_gap.h>

Data Fields

uint8_t ppi_ch_id
 
uint32_t task_endpoint
 
uint16_t conn_evt_counter_start
 
uint16_t period_in_events
 

Detailed Description

Bluetooth Link Layer event triggering parameters.

Field Documentation

uint16_t ble_gap_event_trigger_t::conn_evt_counter_start
   The connection event on which the task triggering should start.

This field is only used for connections and shall be 0 for all other roles.

uint16_t ble_gap_event_trigger_t::period_in_events
         Trigger period. Valid range is [1, 32767].

For connections, the application can configure the SoftDevice to trigger every N connection events. If the device is in slave role and slave latency is enabled, this parameter should be set to a multiple of (slave latency + 1) to ensure low power operation. This field is only used for connections and shall be 0 for all other roles.

uint8_t ble_gap_event_trigger_t::ppi_ch_id
                PPI channel to use. This channel should be regarded as reserved until

Link Layer event PPI task triggering is stopped. The PPI channel ID can not be one of the PPI channels reserved by the SoftDevice. See NRF_SOC_SD_PPI_CHANNELS_SD_ENABLED_MSK.

uint32_t ble_gap_event_trigger_t::task_endpoint

Task Endpoint to trigger.


Documentation feedback | Developer Zone | Subscribe | Updated