2016-12-06 06:28 AM
Hi,
I'm using the Bluenrg-ms chipset with firmware version 7.1.e (0x715). Everything works fine, except from the authorization settings. Each device can connect to the BLE without any request for permissions (PIN). By digging a bit I've found that the function 'aci_gap_slave_security_request' should do the job, but I don't exactly know where and how to use it (related callbacks to handle, actions to do according to the result). Can anybody help me through this?
Thanks a lot,
Daniele
#spbtle-rf #bluenrg-ms #bleSolved! Go to Solution.
2016-12-06 08:45 AM
Hi,
you can refer to the FP-SNS-FLIGHT1 STM32 ODE function pack available
.In particular, the source file sensor_service.c handles security related events in function:
HCI_Event_CB()
Regards,
Andrea
2016-12-06 08:45 AM
Hi,
you can refer to the FP-SNS-FLIGHT1 STM32 ODE function pack available
.In particular, the source file sensor_service.c handles security related events in function:
HCI_Event_CB()
Regards,
Andrea
2016-12-07 01:24 AM
Hi Andrea,
thanks a lot for the quick reply, I'll give it a try soon but it seems already more clear.
Ciao,
Daniele