STM32WB55 configured as the client, and I want to connect to 4 servers. But I am not able to connect to more than 1 server. When I call aci_gap_start_general_discovery_proc API to start searching for 2nd server, it's not returning BLE_STATUS_SUCCESS,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 3:08 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-23 8:24 PM
Hi, Remy Issalys,
Thank You, I was missing that. Now I am able to connect more than 1 server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-24 12:57 AM
Hello,
The parameter connection handle allows to write a value for a specific server.
Best Regards
