![]() |
S115 SoftDevice for nRF54LV10 API documentation 10.0.0
|
Configuration of maximum concurrent connections in the different connected roles, set with sd_ble_cfg_set. More...
Data Fields | |
| uint8_t | adv_set_count |
| uint8_t | periph_role_count |
Configuration of maximum concurrent connections in the different connected roles, set with sd_ble_cfg_set.
| NRF_ERROR_CONN_COUNT | The periph_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_PARAM | adv_set_count is 0 and periph_role_count is non-zero. |
| NRF_ERROR_RESOURCES | The adv_set_count is too large. The maximum supported advertising handles is BLE_GAP_ADV_SET_COUNT_MAX. |