SDK 5.0.4 Custom Service

2 posts / 0 new
Last post
CheMax
Offline
Last seen:3 years 3 months ago
Joined:2015-01-12 07:03
SDK 5.0.4 Custom Service

Hello,
Today I tested my programm and found the next problem.
If I send notification without enabling, I receive a status with error: PRF_ERR_IND_DISABLED;
If I send indication without enabling, I receive a status with error: PRF_ERR_IND_DISABLED;

This status is generated by two functions: custs1_val_ntf_req_handler and custs1_val_ind_req_handler (file custs1_task.c). In both handlers if the error detected, status is assigned: status = PRF_ERR_IND_DISABLED.

I think that in order to correct the error should be corrected in line 384 custs1_val_ntf_req_handler function , replacing the PRF_ERR_IND_DISABLED on PRF_ERR_NTF_DISABLED;

Device:
MT_dialog
Offline
Last seen:4 weeks 8 hours ago
Staff
Joined:2015-06-08 11:34
Hi CheMax,

Hi CheMax,

Thanks for indicating, i wil pass that to the SDK team.

Thanks MT_dialog