S145 SoftDevice for nRF54LM20 API documentation 10.0.0
Loading...
Searching...
No Matches
ble_gap_cfg_role_count_t Struct Reference

Configuration of maximum concurrent connections in the different connected roles, set with sd_ble_cfg_set. More...

#include </home/runner/work/sdk-nrf-bm/sdk-nrf-bm/sdk-nrf-bm/nrf-bm/components/softdevice/nrf54lm/s145/s145_API/include/ble_gap.h>

Data Fields

uint8_t adv_set_count
 
uint8_t periph_role_count
 
uint8_t central_role_count
 
uint8_t central_sec_count
 

Detailed Description

Configuration of maximum concurrent connections in the different connected roles, set with sd_ble_cfg_set.

Return values
NRF_ERROR_CONN_COUNTThe sum of periph_role_count and central_role_count is too large. The maximum supported number of concurrent connections is BLE_GAP_ROLE_COUNT_COMBINED_MAX for all connected roles combined.
NRF_ERROR_INVALID_PARAMcentral_sec_count is larger than central_role_count.
NRF_ERROR_INVALID_PARAMadv_set_count is 0 and periph_role_count is non-zero.
NRF_ERROR_RESOURCESThe adv_set_count is too large. The maximum supported advertising handles is BLE_GAP_ADV_SET_COUNT_MAX.

The documentation for this struct was generated from the following file: