BLESecurity error when compiling, some variables are not defined in BLESecurity.cpp #11696
AleGuerrero0000
started this conversation in
General
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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