2023-01-23 03:08 AM
2023-01-23 10:20 AM
Hello,
Did you increase the number of simultaneous connections that the device will support, see the define CFG_BLE_NUM_LINK in app_conf.h file?
Best Regards
2023-01-23 10:20 AM
Hello,
Did you increase the number of simultaneous connections that the device will support, see the define CFG_BLE_NUM_LINK in app_conf.h file?
Best Regards
2023-01-23 08:24 PM
Hi, Remy Issalys,
Thank You, I was missing that. Now I am able to connect more than 1 server.
2023-01-23 10:24 PM
Hi, One more help.
I am writing attribute value using API "aci_gatt_write_without_resp",
In case of multiple servers, how to write a value for a specific server?
2023-01-24 12:57 AM
Hello,
The parameter connection handle allows to write a value for a specific server.
Best Regards