Hi, I want to connect 2 ble_hrs_peripheral with one ble_hrs_central. How can i achieve this?? any help would be appreciated. Thanks.
Hi, I want to connect 2 ble_hrs_peripheral with one ble_hrs_central. How can i achieve this?? any help would be appreciated. Thanks.
Hi,
You will need to modify the ble_app_hrs_c example to support more connections. I have attached a 4 link HR central without bonding. It was originally written for SDK 13-alpha, but it should give a good starting point for porting it to the SDK version you are currently using. It's also recommended to take a look at how the BLE Multi-link Example(ble_app_multilink_central) handles mutiple connections.
Attacment: ble_app_multilink_hrs_central.zip
Hi,
You will need to modify the ble_app_hrs_c example to support more connections. I have attached a 4 link HR central without bonding. It was originally written for SDK 13-alpha, but it should give a good starting point for porting it to the SDK version you are currently using. It's also recommended to take a look at how the BLE Multi-link Example(ble_app_multilink_central) handles mutiple connections.
Attacment: ble_app_multilink_hrs_central.zip