Question
BlueNRG - Deleting service/characteristic
Posted on June 01, 2016 at 16:45
Hello,
I tried to delete the characteristics and the service that I created but I didn't succeed. I used the commands aci_gatt_del_char and aci_gatt_del_service but it didn't work. If I understand, I have to give the handlers of the service and/or characteristics as parameters, so I tried to delete them directly after creating them when aci_gatt_add_serv and aci_gatt_add_char give me the handlers. It always answer me 0xFF (timeout). I tried to reset the component before, I tried to delete them at the beginning of the initialization (before creating the service/characteristics) but it's always the same result. Apart of this, I managed to communicate with the BlueNRG. Any help or suggestions would be appreciated. Regards Nicolas