This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does Multi-link Central supports differ services from peripheral?

Hi,

We'd like to using nRF51822 to setup an environment which have 2 peripherals and 1 multi-connection central.

Peripheral 1 : reading some data from the car(OBDII) and then sends the data through BLE (using the service like ble_app_uart in nordic example).

Peripheral 2 : reading the tire pressure from the sensor on tire (using custom service)

Central : we will based on ble_app_multilink_central in the nordic examples .

Question : We know that ble_app_multilink_central in the nordic examples can do 8 simultaneous connections, but it can work with different services from peripheral? It defines the CONN_MNGR_MAX_APPLICATIONS is 1 in the conn_mngr_cnfg.h, it means multiple peripherals must be used the same service for multi-connection central?

Thanks, Lester

Parents Reply Children
No Data
Related