Hello, I want to get information list about BLE GATT services and characteristics of a device.
I want to connect to a peripheral with a specific name, then get all metadata about the device and store it in a structure.
I couldn't find a specific example about generic discovery. The SDK provide API for different kind of official service.
I have taken a look here to see what can exist.
- Bluetooth low energy Characteristics, a beginner's tutorial
- Discovering Different UUID base of service and characteristics from BLE Central
- S130 Custom UUID Service discovery
- nrf connect sdk - generic discovery and reading/writing Gatt services and characteristics
- What is the best way to get these data with nrf5_SDK ?
- How I can read/wirte/be notified after that ? (set specific handle ? )
Configuration:
- Bluetooth : SoftDevice S132.
- SDK : nRF5_SDK_17.1.0_ddde560
Regards,
lilian