In the ble_app_hrs_rscs_relay application, three ( NRF_SDH_BLE_TOTAL_LINK_COUNT=3) queued write modules are generated.
(one for a peripheral (server) role and two for two central(client) role)
As far as I know, queued write module is used in a server.
However, in the ble_app_hrs_rscs_relay application, a queued write module is assigned when the node is connected to a peripheral as a central.
I would appreciate it if you could explain what a queued write module is used for in the role of a client.
Thanks in advance.