2018-05-31 01:46 AM
Hello,
I'm using the SPBTLE-RF module (shield) with a nucleo (STM32L476RG). I use the sampleAppTht project given by ST.
The SPBTLE-RF module is used as a server.
I've have a few questions:
-the function aci_gap_set_discoverable() is used in order to make the device discoverable and another device will connect to the SPBTLE-RF module. Is there an interruption which indicates that a connection is done? If yes, where can I found the handler of this Interruption?
-I use the service and its characteristics given by the project. After that i change the value of the characteristic TX with the function aci_gatt_update_char_value() in order to send my data. Is there a better way to transfer data with the SPBTLE-RF module? Is there an interruption which indicates that my data was sent? If yes, where can I found the handler of this Interruption?
Thank you in advance for your answers.
#ble ##spbtle-rf