6 years, 11 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

6 years, 10 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

Accepted Answer