Hi
I have 2 CC2650 sensor TAG devices, I want to interface both of them with my raspberry pi.
I am able to interface one sensor with my raspberry pi using BLE GATT client c code (bluez).
So my doubts are,
1) Is it possible to connect multiple BLE GATT server with single BLE GATT client?
2) If it is possible then how to do it.
Thanks