Multiple peripheral data reception in Central

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multiple peripheral data reception in Central

249 次查看
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 项奖励
回复
1 回复

234 次查看
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 项奖励
回复