Multiple peripheral data reception in Central

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

Multiple peripheral data reception in Central

259 Views
Chan_17
Contributor III

Hi Team,

It is mentioned in datasheet that 24 concurrent connections are possible , so is there any use case or any example code in sdk which can explain how a central device can receive data from multiple(more than 2) peripheral devices.


0 Kudos
Reply
1 Reply

244 Views
luis_maravilla
NXP Employee
NXP Employee

Hello

For running an application that supports multi-paring the most recommended is the Wireless UART example that we provide in the SDK. However for each application we test a number of connections supported without memory or related issues, this will be different in each application. We can see the maximum connections for each application in source/app_preinclude.h  --> gAppMaxConnections_c    (Wireless_uart_freertos for example support 8 in the SDK example)

 

For complementary information about Multiple Connections in BLE please refer to Chapter 9.10[Bluetooth Low Energy Application Developer’s Guide].

 

Best Regards

Luis

0 Kudos
Reply