Hey!
I have some trouble service UUID then i try to use the multilink central example project on a nRF51 dongle. I want it to have contact with a peripheral with sends a custom service. In the peripheral i have defined this: CUSTOM_SERVICE_UUID 0x1400 and CUSTOM_VALUE_CHAR_UUID 0x1401.
I changed the project from using ble_lbe to ble_nus. I have included the ble_nus_c.c file. In the ble_nus_c_h file i added #define BLE_CUSTOM_SERVICE_UUID 0x1400 and #define BLE_CUSTOM_VALUE_CHAR_UUID 0x1401. At the same time I changed all BLE_UUID_NUS_SERVICE with BLE_CUSTOM_SERVICE_UUID in ble_nus_c.c.
When i try to run the project the central manage to connect to the peripheral but i can not find the service. I added a picture from j-link viewer bellow. I also checked what the BLE_GATT_STATUS is and it ses 0x10a which i found to be BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND.
So I now wonder how to continue so I can find the service?
Thank you in advance!