Hi to all,
Hope you all are doing good in this tuff time.
I am working with the controller kw41z512 controller with connectivity SDK(MKW41Z_ConnSw_1.0.2) and KDS.
I am trying to connect multiple central with a single peripheral using the application note (AN12405).
But the following lines draw my attention.
#if (gAppMaxConnections_c > 1)
#error "The application does not support more than 1 connection"
#endif
I want to know if the current SDK supports the multiple connection feature or not?