Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 5 months ago.
SecurityManager is NULL in BlueNRGDevice
Hi,
I'm using X-NUCLEO-IDB05A1 on NUCLEO-F401RE
I try to use security manager to set the pin but BlueNRGDevice::getSecurityManager() returns NULL. I found out it is because there's no where in the class initiates the private member sm in the first place. In fact, the end of the class says:
FIXME: TBI (by now just placeholders to let build /* betzw: placeholders */ SecurityManager *sm;
Has anyone met this problem?
Thanks
Question relating to:
1 Answer
7 years, 5 months ago.
Dear Toan,
The SecurityManager is not implemented yet. In any case, for the latest updates, please refer to the library on github.
Kind Regards