-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[chip-tool] Add a command to list the discovered devices over mdns (and ble for darwin) #25374
[chip-tool] Add a command to list the discovered devices over mdns (and ble for darwin) #25374
Conversation
8fa70f1
to
2f42132
Compare
I have updated the PR. In short there are 2 new methods, |
I am converting that to a draft since I would like to explore removal of nodes before getting that in. |
PR #25374: Size comparison from e434c6a to 2f42132 Increases (5 builds for bl702, linux, nrfconnect, psoc6, qpg)
Decreases (6 builds for bl602, bl702, cc32xx, psoc6)
Full report (27 builds for bl602, bl702, cc13x2_26x2, cc32xx, cyw30739, linux, mbed, nrfconnect, psoc6, qpg)
|
2f42132
to
7a6daea
Compare
PR #25374: Size comparison from 2240c70 to 7a6daea Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
7a6daea
to
e43eb15
Compare
I think this is in a shape where it can be reviewed. Please ignore the first commit ( |
e43eb15
to
7c6f9c5
Compare
PR #25374: Size comparison from 82da16f to 7c6f9c5 Increases (1 build for cc32xx)
Full report (2 builds for cc32xx, mbed)
|
b310ae9
to
c03ab7b
Compare
PR #25374: Size comparison from 4957e21 to c03ab7b Increases above 0.2%:
Increases (9 builds for bl702, cc32xx, esp32, linux, psoc6)
Decreases (5 builds for cyw30739, efr32, esp32)
Full report (32 builds for bl602, bl702, cc13x2_26x2, cc32xx, cyw30739, efr32, esp32, k32w, linux, psoc6, qpg)
|
examples/chip-tool/commands/discover/DiscoverCommissionablesCommand.h
Outdated
Show resolved
Hide resolved
c03ab7b
to
8bdc7cc
Compare
PR #25374: Size comparison from bdee2ef to 8bdc7cc Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
Problem
There is no API to list commissionable BLE devices with darwin. This PR adds one and add a chip-tool command for it.