Skip to content
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

[Tooling] BLE Cancel Connection #27632

Closed
jjm202 opened this issue Jul 5, 2023 · 2 comments
Closed

[Tooling] BLE Cancel Connection #27632

jjm202 opened this issue Jul 5, 2023 · 2 comments

Comments

@jjm202
Copy link

jjm202 commented Jul 5, 2023

Reproduction steps / Feature

Build chip-tool using a linux/arm64 based Docker container. After installing the necessary build tools and sysroot:

  • export SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
  • checkout source code
  • ./scripts/checkout_submodules.py --shallow --platform linux
  • source ./scripts/bootstrap.sh
  • ./scripts/gn_build_example.sh examples/chip-tool out

chip-tool builds then is copied to the R Pi and used normally. The question is why does the chip-tool that is packed with the test harness image not produce the following errors (these appear to be benign, but still inconsistent). Are these being suppressed somehow?

[1688578543.970738][6727:6729] CHIP:BLE: CancelBleIncompleteConnection() failed, err = src/platform/Linux/BLEManagerImpl.cpp:732: CHIP Error 0x0000002D: Not Implemented
.
.
.
 CHIP:BLE: CancelBleIncompleteConnection() failed, err = src/ble/BleLayer.cpp:372: CHIP Error 0x00000003: Incorrect state

Platform

raspi

Platform Version(s)

No response

Type

Manually tested with SDK

(Optional) If manually tested please explain why this is only manually tested

No response

Anything else?

No response

@bzbarsky-apple
Copy link
Contributor

The question is why does the chip-tool that is packed with the test harness image not produce the following errors

Probably because it's built from a version that predates #27304 ?

@bzbarsky-apple
Copy link
Contributor

Duplicate of #27607

@bzbarsky-apple bzbarsky-apple marked this as a duplicate of #27607 Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants