Hello.
I use the BLE multilink central example to connect to 2 sensors. I changed the example in that way that i successfully connect and read data from a Wahoo Cadence Sensor (CSC profile). In addition to that i want to connect to a Ti SensorTag to read out the Gyro and Accelerometer.
I can successfully connect to the Ti SensorTag with the checking the UUID for the motion sensor (0xAA80) in the same way i can connect to the Wahoo searching for the CSC UUID (0x1816).
However if i want to perform a primary service discovery (ble_db_discovery_start) the result is zero, so i can´t find any service. What could be the reasons for that? The SensorTag works fine with Smartphone applications and so on.