S113 SoftDevice v7.3.0
Macros
Slave latency configuration options

Macros

#define BLE_GAP_SLAVE_LATENCY_ENABLE   (0)
 
#define BLE_GAP_SLAVE_LATENCY_DISABLE   (1)
 
#define BLE_GAP_SLAVE_LATENCY_WAIT_FOR_ACK   (2)
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_SLAVE_LATENCY_DISABLE   (1)

Disable slave latency. The slave will wake up every connection event regardless of the requested slave latency. This option consumes the most power.

#define BLE_GAP_SLAVE_LATENCY_ENABLE   (0)

Slave latency is enabled. When slave latency is enabled, the slave will wake up every time it has data to send, and/or every slave latency number of connection events.

#define BLE_GAP_SLAVE_LATENCY_WAIT_FOR_ACK   (2)

The slave will wake up every connection event if it has not received an ACK from the master for at least slave latency events. This configuration may increase the power consumption in environments with a lot of radio activity.


Documentation feedback | Developer Zone | Subscribe | Updated