Hello all, I am using nRF51822 SDK8.1.0 SD130 The code was a central, and I want add a peripheral function. I reference \examples\ble_central_and_peripheral\experimental
I got 2 error when I call void own_service_setup(void)
- sd_ble_gatts_characteristic_add() error code 0x4
- sd_ble_gatts_descriptor_add() error code 0x8
Can somebody please advice me about these error and about fix it?