S122 SoftDevice v8.1.1
Macros
GAP event length defines.

Macros

#define BLE_GAP_EVENT_LENGTH_MIN   (2)
 
#define BLE_GAP_EVENT_LENGTH_1MBPS_PHY_MIN   (2)
 
#define BLE_GAP_EVENT_LENGTH_2MBPS_PHY_MIN   (1)
 
#define BLE_GAP_EVENT_LENGTH_DEFAULT   (3)
 

Detailed Description

If the link is configured with an event length above the minimum, the SoftDevice will guarantee the link will not be allocated more time than specified. If the configured event length is too short for the current PHY, more time will be allocated to be able to transmit at least one packet pair. Notice that this may lead to scheduling conflicts. See the SoftDevice Specification for more details.

Macro Definition Documentation

#define BLE_GAP_EVENT_LENGTH_1MBPS_PHY_MIN   (2)

Minimum event length on 1 Mbps PHY, in 1.25 ms units.

#define BLE_GAP_EVENT_LENGTH_2MBPS_PHY_MIN   (1)

Minimum event length on 2 Mbps PHY, in 1.25 ms units.

#define BLE_GAP_EVENT_LENGTH_DEFAULT   (3)

Default event length, in 1.25 ms units.

#define BLE_GAP_EVENT_LENGTH_MIN   (2)

Minimum event length, in 1.25 ms units.


Documentation feedback | Developer Zone | Subscribe | Updated