This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: Notify

Part Number: CC2340R5

我如何在SimpleGattProfile_writeAttrCB裡面的FFF1,添加Notify?

我的需求是 當我從WriteAttrCB寫入一筆Value,CC2340利用Notify回傳對應的Value

我目前是可以成功Notify,不過必須要把Notify開關重新關掉再打開才會更新Notify的Value,

我想要讓他能夠在我打開第一次Notify之後,接下來2.3.4...筆Value都能自己Notify回傳對應Value

下圖是我處理完對應Value 希望能添加Notify功能的地方