S132 SoftDevice v7.0.1
Data Fields
ble_gap_conn_event_trigger_t Struct Reference

Connection 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

Connection event triggering parameters.

Field Documentation

uint16_t ble_gap_conn_event_trigger_t::conn_evt_counter_start

The connection event on which the task triggering should start.

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

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.

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

connection 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_conn_event_trigger_t::task_endpoint

Task Endpoint to trigger.


Documentation feedback | Developer Zone | Subscribe | Updated