enabling multiple connection in eatt central

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

enabling multiple connection in eatt central

370 Views
Chan_17
Contributor III

Hi Nxp team,

I am using KW45  EATT Ble examples i wanted to connect multiple devices in central so changed macro :gAppMaxConnections_c  1U  to 2U . but we are facing disconnection issue means it is connecting but in few its disconnecting and sometimes we will get only 1 device data. so please help us to resolve this issue and let us know if any document to refer.and what more updates we need to do in central to get multiple device data in central.image (10).pngimage (1).jfif

0 Kudos
Reply
1 Reply

353 Views
sofiaurueta
NXP Employee
NXP Employee

Hello,

Hope you are doing well.

 

gAppMaxConnections_c contains the maximum connections "tested"/supported by the application. As this is not just related to the app, it is involved the memory, security, and environment of the device, this will be different in each application.

 

You would have to modify this implementation on an application level for multiple connections to be supported. I would recommend checking an example that supports multiple connections such as Wireless_UART, which supports up to 8.

 

For complementary information about Multiple Connections in BLE for KW45 please refer to Bluetooth Low Energy Application Developer's Guide Chapter 9.10.

 

Best Regards,

Ana Sofia.

0 Kudos
Reply