Hi Sir/ Miss:
I've a custom peripheral heart rate device.
I use central example "ble_app_hrs_c" to connect it by PCA10040.
After I set up the service (Target_UUID) and characteristic UUID for custom device.
The central still can' discovery it (Can't enter to "ble_hrs_on_db_disc_evt" function).
Here is MCP information of custom peripheral heart rate device.
PrimaryService UUID is 0xFFF0, characteristic is 0xFFF3, 0xFFF4 and 0xFFF5.
How do I set up it?
Thank you.