BLE commands used by STM32WB, explanation needed??
Good evening....
I have a few questions:
1. Can someone please explain why with CHAR_PROP_WRITE_WITHOUT_RESP pairing does NOT work but if I change to CHAR_PROP_WRITE pairing works? I am using Display Only, MITM and no bonding. Using either one places CubeMX generated code within the same case statement.
ACI_GATT_ATTRIBUTE_MODIFIED_VSEVT_CODE

2. Also with respect to #1 above I was wondering why CubeMX doesn't put (for either property above) statements within the case ACI_GATT_WRITE_PERMIT_REQ_VSEVT_CODE?
3. Finally with respect to GATT events. Who is GATT_NOTIFY_ATTRIBUTE_WRITE notifying, the application on the client, the application on the server??? Should you only be using GATT_NOTIFY_....AND_WAIT_FOR_APPL_RESP when Indications are enabled as that is certainly what the verbiage sounds like?
4. Does ST have some good documentation somewhere describing a lot of these terms, as it appears to me you are at your own and the videos show some basic stuff and thats it?
Thank you
Steve
