-
Notifications
You must be signed in to change notification settings - Fork 7.7k
BLESecurity error when compiling, some variables are not defined in BLESecurity.cpp #11696
-
Hola.
Al parecer encontré un error cuando intente compilar mi proyecto, el cual estoy utilizando BLESecurity.
Obtenía los siguientes errores:
1.- BLESecurity.cpp.o:(.literal._ZN11BLESecurity20setInitEncryptionKeyEh+0x0): undefined reference to BLESecurity::m_initKey' 2.- BLESecurity.cpp.o:(.literal._ZN11BLESecurity13setCapabilityEh+0x0): undefined reference to
BLESecurity::m_iocap'
3.- BLESecurity.cpp.o:(.literal._ZN11BLESecurity21setAuthenticationModeEh+0x0): undefined reference to `BLESecurity::m_authReq'
Y hace 2 meses no me pasaba este error, me di cuenta de que hicieron cambios en la API y noté que en el archivo BLESecurity.cpp no están definidas estas variables y que es el causante de este error. No sé si hay una razón del por qué lo dejaron así, pero doy este aviso para el que le sirva.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
A fix is already under review and will be available in the next bugfix release
Beta Was this translation helpful? Give feedback.