Hi,
As title. If PSoC 6+CYW43012 be BLE peripheral role.
and how many central devices (such as smart phone or others) can connect to CYW43012 be BLE peripheral???
Austin
Solved! Go to Solution.
We don't have the test data for it. You may need to test it by yourself.
Yes, the parameter is generated from cycfg_bt.cybt.
You also need to set the parameter ble_max_simultaneous_links in cycfg_bt_settings.c.
There isn't a specific number in the FW. The maximum connections is depends on the memory size and your application. You can test it based on your own application.
Hi Owen:
If Based on SDK sample code AnyCloud_BLE_Battery_Server. May I know the max number??
Is it define in CY_BT_SERVER_MAX_LINKS(cycfg_gap.h)??
Austin
We don't have the test data for it. You may need to test it by yourself.
Yes, the parameter is generated from cycfg_bt.cybt.
You also need to set the parameter ble_max_simultaneous_links in cycfg_bt_settings.c.