2021-09-27 06:15 PM
2021-09-28 06:40 AM
Hi,
This button is used to enable notification. It means Client (smartphone) will register to receive notification on this characteristic.
On BlueNRG-LP embedded side (Server) you should received a aci_gatt_srv_attribute_modified_event() with Attr_Handle == (CharHandle + 2)
Regards,
Sebastien.
2021-09-28 10:49 PM
hi,
thank you. just as you say it is "aci_gatt_srv_attribute_modified_event() with Attr_Handle == (CharHandle + 2)".
In addition, why it is "+2",not" +1" or other ,What documents can I know about this
2021-09-29 12:31 AM
Hi,
The general documentation is available on st.com (BlueNRG-LP webPage) or directly accessible from installed SDK at this default path :
C:\Users\"USER_NAME"\ST\BlueNRG-LP DK 1.1.0\Docs\index.html
I would especially advise to check "BLE Stack Programming Guide" (PM0269) :
Now, attribute handlers (+1,+2..) you mentioned are defined by BLE specs.
Regards,
Sebastien.
2021-09-29 12:49 AM
ok, thank you