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

Can one gatt client connect to two gatt servers

I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two gatt servers)?

if it is can you point me to the right direction?

Parents Reply
  • at  BLE Multilink example, it seems straight forward. But when I try to implement the same thing with nRF9160 ble gateway, I receive an error when subscribing to the gatt of the second server. 

    to be clear this is what I am doing 

    1. Connect central with first slave. 

    2. Subscribe central (gatt client) to the first slave (gatt server)

    3. Connect central with the second slave while maintaining the connection with the first.

    4. Subscribe  central (gatt client) to the second slave (gatt server)

    it is on step 4 where it fails. Can you assist?

Children
Related