Hello, I am working with the nrf52832 and was trying to understand the steps for configuring the Bluetooth stack. Does anyone know what role the APP_BLE_CONN_CFG_TAG plays in the nrf_sdh_ble_default_cfg_set() function?
I thought it is just a tag associated with a particular connection, but if I change this tag to some other number the example program does not run.
I am working with the S132 softdevice.
Thanks,