gattc_read_req_ind_handler PERM(RI

How to change value while a central tries to read a specific characteristic?

Wed, 2018-05-16 12:14--

Hi Dialog , I need update value while a central tries to read value on specific characteristic,I already apply the RI option in the database definition in the user_custs1_def.c file like this:
// Time Characteristic Value
[SVC1_IDX_TIME_VAL] = {
SVC1_TIME_UUID_128, ATT_UUID_128_LEN, PERM(RD,ENABLE)|PERM(WR, ENABLE) | PERM(WRITE_REQ, ENABLE),
PERM(RI, ENABLE)|DEF_SVC1_TIME_CHAR_LEN
},
But i still not catch the msg on gattc_read_req_ind_handler() function in cust1_task.c file.

Subscribe to RSS - gattc_read_req_ind_handler  PERM(RI