Hi,
I need to read some BLE characteristics presented by a commercial device nRF52-based, using my nRF52-DK, based on the nRF52832 and PCA10040. I don't have the firmware of this product, so I haven't the basic configurations of the connection. I use SDK17.0.2 and SoftDevice s132.
I can access to all BLE services and characteristics of the product using my phone and the CheckBlue App (only after the bonding and using the correct authentication code, that I know)
Is it possible to extract in some way all the basic information about the connection parameter configuration of the product, in order to develop the suitable firmware capable of connecting to the device, bonding, and reading all the characteristics, using the UUIDs that I can read with the app?
What type of UUIDs should I use in my firmware ( BLE_UUID_TYPE_VENDOR_BEGIN defined in the ble_types.h file)?
Which example of the SDK17.0.2 is a good starting point to develop my application?
Attached you can find some UUID of the characteristics, and services that I can read from CheckBlue App.

Thank you so much in advance,
Best Regars