Skip to content

Compilation failed when _BLE_TRACE_ enabled #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vovagorodok opened this issue Mar 13, 2024 · 0 comments · Fixed by #384
Closed

Compilation failed when _BLE_TRACE_ enabled #355

vovagorodok opened this issue Mar 13, 2024 · 0 comments · Fixed by #384
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@vovagorodok
Copy link

.pio/libdeps/nano_33_iot/ArduinoBLE/src/utility/L2CAPSignaling.cpp: In member function 'virtual void L2CAPSignalingClass::handleSecurityData(uint16_t, uint8_t, uint8_t*)':
.pio/libdeps/nano_33_iot/ArduinoBLE/src/utility/L2CAPSignaling.cpp:233:21: error: 'X' was not declared in this scope
     btct.printBytes(X,16);
                     ^
.pio/libdeps/nano_33_iot/ArduinoBLE/src/utility/L2CAPSignaling.cpp:235:21: error: 'Y' was not declared in this scope
     btct.printBytes(Y,16);
                     ^
.pio/libdeps/nano_33_iot/ArduinoBLE/src/utility/L2CAPSignaling.cpp: In member function 'virtual void L2CAPSignalingClass::smCalculateLTKandConfirm(uint16_t, uint8_t*)':
.pio/libdeps/nano_33_iot/ArduinoBLE/src/utility/L2CAPSignaling.cpp:416:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<sizeof(Eb); i++){
                  ~^~~~~~~~
*** [.pio/build/nano_33_iot/lib42d/ArduinoBLE/utility/L2CAPSignaling.cpp.o] Error 1
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Mar 14, 2024
@per1234 per1234 added the conclusion: resolved Issue was resolved label Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants