Hello,
I have a project where I need to develop an application for GATT Client. The GATT client will need to:
- read the value of a characteristic of a GATT server
- be notified (subscribe to a characteristic of a GATT server which supports notifications)
Is there any sample which would help me understand how to utilize the Zephyr BLE GATT APIs for getting the above tasks done ?
I have tried using the CENTAL_HR example but it didn't help me a lot.