Hello,
I am doing some experiments with 2 pca10001 and the ble_hrs example (with s110, s120). As it works well, I would like to mofify this example to fit my needs. I only need to transfer some booleans, some integers and one or two strings. So I start creating a new custom service based on ble_bas.[ch]. Is it the correct way ? If it is the correct way, I need to add service (BLE_UUID_BLE_ASSIGN(ble_uuid, BLE_UUID_MY_NEW_SERVICE). The UUIDs of the different services are defined in ble_srv_common.h What value I can choose for my new custom service ?
Thanks,
Olivier