hi,
i started a project based on the ble_app_uart_c example and i have a working connection with a central and a peripheral board. now i'd like to have two peripherals connected to one central.
how do i achieve this? im unsure whether i need to edit the CENTRAL_LINK_COUNT macro.
what do i need to change in the ble_app_uart_c example to have two peripherals connect to it and be able to process their data? right now the first device connecting as a peripheral somehow "blocks" the other one.
im using the nrf52832 with the S132 softdevice and sdk12 (afair)
thank you :)