Hi,
I'm using Central multilink example to connect with our Custom Peripheral sensors.
I'm using board PCA10040, nRF52832, SDK_14.2.0, s132.
Sensors have a custom service (UUID 128 bit) with 4 custom characteristics (UUID 128 bit) and I know all these UUID of service and characteristics.
From the Central multilink example I used the function "ble_lbs_c_init" where I modified it to set our SERVICE_UUIDBASE of the custom service of the sensor.
In this case, Do I need to add something else regarding the 4 custom characteristics?
Because I'm able to connect with sensors but when I receive the event BLE_DB_DISCOVERY_COMPLETE (function ble_lbs_on_db_disc_evt), I don't read the uuid of the 4 custom characteristics but I read characteristic.uuid.uuid = 0x00.
Please could someone help me please?