dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP concurrent connection count defines.

Macros

#define BLE_GAP_ROLE_COUNT_PERIPH_DEFAULT   (1)
 
#define BLE_GAP_ROLE_COUNT_CENTRAL_DEFAULT   (3)
 
#define BLE_GAP_ROLE_COUNT_CENTRAL_SEC_DEFAULT   (1)
 
#define BLE_GAP_ROLE_COUNT_COMBINED_MAX   (20)
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_ROLE_COUNT_CENTRAL_DEFAULT   (3)

Default maximum number of connections concurrently acting as centrals.

Definition at line 497 of file ble_gap.h.

#define BLE_GAP_ROLE_COUNT_CENTRAL_SEC_DEFAULT   (1)

Default number of SMP instances shared between all connections acting as centrals.

Definition at line 498 of file ble_gap.h.

#define BLE_GAP_ROLE_COUNT_COMBINED_MAX   (20)

Maximum supported number of concurrent connections in the peripheral and central roles combined.

Definition at line 499 of file ble_gap.h.

#define BLE_GAP_ROLE_COUNT_PERIPH_DEFAULT   (1)

Default maximum number of connections concurrently acting as peripherals.

Definition at line 496 of file ble_gap.h.