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

[Linux] Lock CHIP stack before calling WiFi diagnostic delegate #32137

Merged
merged 10 commits into from
Feb 19, 2024

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Feb 15, 2024

Fixes issue reported here: #32033 (comment)

Problem

All glib callback runs on glib thread. In order to call function which changes internal CHIP state, we need to lock CHIP stack lock beforehand. Due to changes in 86977c2, WiFi connection on Linux causes abort.

Changes

  • Lock CHIP stack before calling WiFi diagnostic delegate
  • Fix signatures for properties-changed and scan-done callbacks
  • Fix freeing char objects allocated by glib
  • Convert static members/functions of ConnectivityManagerImpl to instance members

Testing

Locally tested WiFi connection/disconnection during BLE commissioning.

This comment was marked as outdated.

Copy link

github-actions bot commented Feb 15, 2024

PR #32137: Size comparison from 274719d to dca9fcc

Increases above 0.2%:

platform target config section 274719d dca9fcc change % change
linux thermostat-no-ble arm64 (read/write) 246992 249544 2552 1.0
Increases (14 builds for linux)
platform target config section 274719d dca9fcc change % change
linux air-purifier-app debug (read only) 2628645 2631109 2464 0.1
.text 2265797 2268261 2464 0.1
all-clusters-app debug (read only) 5891857 5894321 2464 0.0
.text 5111347 5113811 2464 0.0
all-clusters-minimal-app debug (read only) 5194065 5196529 2464 0.0
.text 4671043 4673507 2464 0.1
bridge-app debug (read only) 4601657 4604057 2400 0.1
.text 4152019 4154419 2400 0.1
chip-tool debug (read only) 11976553 11976777 224 0.0
.text 10823731 10823955 224 0.0
chip-tool-ipv6only arm64 (read/write) 588320 588344 24 0.0
.bss 103304 103336 32 0.0
.text 10231916 10232044 128 0.0
lighting-app debug+rpc+ui (read only) 5523793 5526193 2400 0.0
.text 4923331 4925731 2400 0.0
lock-app debug (read only) 4669713 4672177 2464 0.1
.text 4202675 4205139 2464 0.1
ota-provider-app debug (read only) 4302009 4304473 2464 0.1
.text 3901139 3903603 2464 0.1
ota-requestor-app debug (read only) 4418057 4420521 2464 0.1
.text 4006883 4009347 2464 0.1
shell debug (read only) 2867273 2869961 2688 0.1
.text 2508274 2510962 2688 0.1
thermostat-no-ble arm64 (read only) 4481976 4483560 1584 0.0
(read/write) 246992 249544 2552 1.0
.text 3977292 3979340 2048 0.1
tv-app debug (read only) 5651545 5654377 2832 0.1
.text 5123059 5125891 2832 0.1
tv-casting-app debug (read only) 9855497 9856233 736 0.0
.text 9007219 9007955 736 0.0
Decreases (14 builds for efr32, linux)
platform target config section 274719d dca9fcc change % change
efr32 window-app BRD4187C (read/write) 1152180 1152172 -8 -0.0
.text 981504 981496 -8 -0.0
linux air-purifier-app debug (read/write) 129328 129264 -64 -0.0
.bss 46896 46832 -64 -0.1
all-clusters-app debug (read/write) 479368 479304 -64 -0.0
.bss 134688 134624 -64 -0.0
all-clusters-minimal-app debug (read/write) 236592 236528 -64 -0.0
.bss 128032 127968 -64 -0.0
bridge-app debug (read/write) 217592 217528 -64 -0.0
.bss 118528 118464 -64 -0.1
chip-tool-ipv6only arm64 .got 20352 20312 -40 -0.2
lighting-app debug+rpc+ui (read/write) 226360 226296 -64 -0.0
.bss 119464 119400 -64 -0.1
lock-app debug (read/write) 205216 205184 -32 -0.0
.bss 113984 113952 -32 -0.0
ota-provider-app debug (read/write) 193776 193712 -64 -0.0
.bss 113792 113728 -64 -0.1
ota-requestor-app debug (read/write) 198024 197960 -64 -0.0
.bss 114688 114624 -64 -0.1
shell debug (read/write) 155656 155592 -64 -0.0
.bss 62544 62480 -64 -0.1
thermostat-no-ble arm64 .got 12224 12072 -152 -1.2
tv-app debug (read/write) 351864 351832 -32 -0.0
.bss 243792 243760 -32 -0.0
tv-casting-app debug (read/write) 340464 340400 -64 -0.0
.bss 156560 156496 -64 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 274719d dca9fcc change % change
bl602 lighting-app bl602 (read/write) 1430670 1430670 0 0.0
.bss 85304 85304 0 0.0
.data 9496 9496 0 0.0
.rodata 157376 157376 0 0.0
.text 1097854 1097854 0 0.0
bl602+mfd (read/write) 1445078 1445078 0 0.0
.bss 85464 85464 0 0.0
.data 9472 9472 0 0.0
.rodata 156336 156336 0 0.0
.text 1113156 1113156 0 0.0
bl602+rpc (read/write) 1478062 1478062 0 0.0
.bss 93336 93336 0 0.0
.data 9872 9872 0 0.0
.rodata 164952 164952 0 0.0
.text 1129240 1129240 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195615 1195615 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106720 106720 0 0.0
.text 967258 967258 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206411 1206411 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105660 105660 0 0.0
.text 979012 979012 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287083 1287083 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122092 122092 0 0.0
.text 1041946 1041946 0 0.0
bl706-eth (read/write) 1013837 1013837 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100068 100068 0 0.0
.text 758904 758904 0 0.0
bl706-wifi (read/write) 1247058 1247058 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121064 121064 0 0.0
.text 989352 989352 0 0.0
bl702l lighting-app bl702l (read/write) 1165448 1165448 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100724 100724 0 0.0
.text 960104 960104 0 0.0
bl702l+mfd (read/write) 1176856 1176856 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99664 99664 0 0.0
.text 972426 972426 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780740 780740 0 0.0
(read/write) 168920 168920 0 0.0
.bss 90924 90924 0 0.0
.data 3560 3560 0 0.0
.rodata 90276 90276 0 0.0
.text 690196 690196 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 797540 797540 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84564 84564 0 0.0
.text 712708 712708 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786180 786180 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111324 111324 0 0.0
.text 674588 674588 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738380 738380 0 0.0
(read/write) 167896 167896 0 0.0
.bss 89664 89664 0 0.0
.data 3552 3552 0 0.0
.rodata 85988 85988 0 0.0
.text 652124 652124 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724012 724012 0 0.0
(read/write) 168096 168096 0 0.0
.bss 89880 89880 0 0.0
.data 3544 3544 0 0.0
.rodata 81836 81836 0 0.0
.text 641908 641908 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581074 581074 0 0.0
(read/write) 207960 207960 0 0.0
.bss 201196 201196 0 0.0
.data 1640 1640 0 0.0
.rodata 86458 86458 0 0.0
.text 492492 492492 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626370 626370 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201688 201688 0 0.0
.data 1496 1496 0 0.0
.rodata 106914 106914 0 0.0
.text 517332 517332 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 565051 565051 0 0.0
.app_xip_area 454909 454909 0 0.0
.bss 64976 64976 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 548019 548019 0 0.0
.app_xip_area 433117 433117 0 0.0
.bss 69728 69728 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566547 566547 0 0.0
.app_xip_area 457909 457909 0 0.0
.bss 63512 63512 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 561275 561275 0 0.0
.app_xip_area 449357 449357 0 0.0
.bss 66712 66712 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928624 928624 0 0.0
.bss 197888 197888 0 0.0
.data 1388 1388 0 0.0
.text 729324 729324 0 0.0
BRD4187C (read/write) 1105676 1105676 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 907152 907152 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117384 1117384 0 0.0
.bss 186728 186728 0 0.0
.data 2792 2792 0 0.0
.text 927844 927844 0 0.0
window-app BRD4187C (read/write) 1152180 1152172 -8 -0.0
.bss 167340 167340 0 0.0
.data 3316 3316 0 0.0
.text 981504 981496 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1205352 1205352 0 0.0
(read/write) 1747928 1747928 0 0.0
.dram0.bss 74232 74232 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250536 250536 0 0.0
.flash.text 1205352 1205352 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1246807 1246807 0 0.0
(read/write) 532828 532828 0 0.0
.dram0.bss 81080 81080 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280664 280664 0 0.0
.flash.text 1240643 1240643 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 608240 608240 0 0.0
(read/write) 79904 79904 0 0.0
.bss 67696 67696 0 0.0
.data 2224 2224 0 0.0
.text 607704 607704 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744476 744476 0 0.0
.bss 79108 79108 0 0.0
.data 2816 2816 0 0.0
.text 623184 623184 0 0.0
light k32w0+release (read only) 599880 599880 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599344 599344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786440 786440 0 0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664552 664552 0 0.0
lock k32w0+release (read only) 579048 579048 0 0.0
(read/write) 77356 77356 0 0.0
.bss 65224 65224 0 0.0
.data 2148 2148 0 0.0
.text 578512 578512 0 0.0
linux air-purifier-app debug (read only) 2628645 2631109 2464 0.1
(read/write) 129328 129264 -64 -0.0
.bss 46896 46832 -64 -0.1
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 185008 185008 0 0.0
.text 2265797 2268261 2464 0.1
all-clusters-app debug (read only) 5891857 5894321 2464 0.0
(read/write) 479368 479304 -64 -0.0
.bss 134688 134624 -64 -0.0
.data 4464 4464 0 0.0
.data.rel.ro 332792 332792 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1376 1376 0 0.0
.rodata 347984 347984 0 0.0
.text 5111347 5113811 2464 0.0
all-clusters-minimal-app debug (read only) 5194065 5196529 2464 0.0
(read/write) 236592 236528 -64 -0.0
.bss 128032 127968 -64 -0.0
.data 4368 4368 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288226 288226 0 0.0
.text 4671043 4673507 2464 0.1
bridge-app debug (read only) 4601657 4604057 2400 0.1
(read/write) 217592 217528 -64 -0.0
.bss 118528 118464 -64 -0.1
.data 6176 6176 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228994 228994 0 0.0
.text 4152019 4154419 2400 0.1
chip-tool debug (read only) 11976553 11976777 224 0.0
(read/write) 520984 520984 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414376 414376 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447609 447609 0 0.0
.text 10823731 10823955 224 0.0
chip-tool-ipv6only arm64 (read only) 11472128 11472128 0 0.0
(read/write) 588320 588344 24 0.0
.bss 103304 103336 32 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454136 454136 0 0.0
.dynamic 512 512 0 0.0
.got 20352 20312 -40 -0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352876 352876 0 0.0
.text 10231916 10232044 128 0.0
lighting-app debug+rpc+ui (read only) 5523793 5526193 2400 0.0
(read/write) 226360 226296 -64 -0.0
.bss 119464 119400 -64 -0.1
.data 4832 4832 0 0.0
.data.rel.ro 94544 94544 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353716 353716 0 0.0
.text 4923331 4925731 2400 0.0
lock-app debug (read only) 4669713 4672177 2464 0.1
(read/write) 205216 205184 -32 -0.0
.bss 113984 113952 -32 -0.0
.data 4128 4128 0 0.0
.data.rel.ro 80392 80392 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255010 255010 0 0.0
.text 4202675 4205139 2464 0.1
ota-provider-app debug (read only) 4302009 4304473 2464 0.1
(read/write) 193776 193712 -64 -0.0
.bss 113792 113728 -64 -0.1
.data 4336 4336 0 0.0
.data.rel.ro 69728 69728 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207650 207650 0 0.0
.text 3901139 3903603 2464 0.1
ota-requestor-app debug (read only) 4418057 4420521 2464 0.1
(read/write) 198024 197960 -64 -0.0
.bss 114688 114624 -64 -0.1
.data 4736 4736 0 0.0
.data.rel.ro 72688 72688 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213666 213666 0 0.0
.text 4006883 4009347 2464 0.1
shell debug (read only) 2867273 2869961 2688 0.1
(read/write) 155656 155592 -64 -0.0
.bss 62544 62480 -64 -0.1
.data 1392 1392 0 0.0
.data.rel.ro 85928 85928 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186144 186144 0 0.0
.text 2508274 2510962 2688 0.1
thermostat-no-ble arm64 (read only) 4481976 4483560 1584 0.0
(read/write) 246992 249544 2552 1.0
.bss 122328 122328 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103680 103680 0 0.0
.dynamic 512 512 0 0.0
.got 12224 12072 -152 -1.2
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977292 3979340 2048 0.1
tv-app debug (read only) 5651545 5654377 2832 0.1
(read/write) 351864 351832 -32 -0.0
.bss 243792 243760 -32 -0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286562 286562 0 0.0
.text 5123059 5125891 2832 0.1
tv-casting-app debug (read only) 9855497 9856233 736 0.0
(read/write) 340464 340400 -64 -0.0
.bss 156560 156496 -64 -0.0
.data 2944 2944 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382576 382576 0 0.0
.text 9007219 9007955 736 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530144 2530144 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1492828 1492828 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097248 1097248 0 0.0
bss 130737 130737 0 0.0
rodata 111576 111576 0 0.0
text 807128 807128 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217616 1217616 0 0.0
bss 122859 122859 0 0.0
rodata 141488 141488 0 0.0
text 802756 802756 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1047004 1047004 0 0.0
bss 129633 129633 0 0.0
rodata 99276 99276 0 0.0
text 770328 770328 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834536 834536 0 0.0
(read/write) 1791244 1791244 0 0.0
.bss 196148 196148 0 0.0
.data 2656 2656 0 0.0
.text 1584052 1584052 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1715412 1715412 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1511324 1511324 0 0.0
light cy8ckit_062s2_43012 (read only) 844368 844368 0 0.0
(read/write) 1634748 1634748 0 0.0
.bss 186532 186532 0 0.0
.data 2440 2440 0 0.0
.text 1437388 1437388 0 0.0
lock cy8ckit_062s2_43012 (read only) 817208 817208 0 0.0
(read/write) 1664732 1664732 0 0.0
.bss 213692 213692 0 0.0
.data 2440 2440 0 0.0
.text 1440212 1440212 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124928 1124928 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637312 637312 0 0.0
lock-app qpg6105+debug (read/write) 1084920 1084920 0 0.0
.bss 97128 97128 0 0.0
.data 840 840 0 0.0
.text 597300 597300 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597461 597461 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78724 78724 0 0.0
.text 380056 380056 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820166 820166 0 0.0
bss 49612 49612 0 0.0
text 614058 614058 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1086256 1086256 0 0.0
bss 101688 101688 0 0.0
text 788900 788900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045380 1045380 0 0.0
bss 110028 110028 0 0.0
text 761508 761508 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907168 907168 0 0.0
bss 93060 93060 0 0.0
text 649938 649938 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821766 821766 0 0.0
bss 49660 49660 0 0.0
text 615720 615720 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926712 926712 0 0.0
bss 77660 77660 0 0.0
text 695180 695180 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068876 1068876 0 0.0
bss 100140 100140 0 0.0
text 773962 773962 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 899868 899868 0 0.0
bss 69124 69124 0 0.0
text 651128 651128 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924948 924948 0 0.0
bss 92640 92640 0 0.0
text 667830 667830 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824366 824366 0 0.0
bss 49768 49768 0 0.0
text 618722 618722 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 788080 788080 0 0.0
bss 55968 55968 0 0.0
text 589470 589470 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676768 676768 0 0.0
bss 73640 73640 0 0.0
text 462284 462284 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828794 828794 0 0.0
bss 51292 51292 0 0.0
text 621782 621782 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846685 846685 0 0.0
bss 59444 59444 0 0.0
text 632902 632902 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813668 813668 0 0.0
bss 56256 56256 0 0.0
text 609102 609102 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831812 831812 0 0.0
bss 68032 68032 0 0.0
text 624404 624404 0 0.0

@raju-apple
Copy link
Contributor

This PR is needed to fix the BLE pairing issue that affects a lot of tests.

Copy link
Contributor

@raju-apple raju-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is needed to fix the BLE pairing issue that affects a lot of tests.

@yunhanw-google yunhanw-google merged commit 73d827c into project-chip:master Feb 19, 2024
58 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 19, 2024
* Get rid of static functions by wrapping glib callbacks with lambda

* Get rid of the rest of static functions

* Keep sWiFiIfName as an instance member

* Lock CHIP stack before calling WiFi diagnostic delegate

* Do not use sInstance internally in ConnectivityManagerImpl

* Fix signatures for properties-changed and scan-done callbacks

* Keep all members of ConnectivityManagerImpl as instance members

* Fix freeing char objects allocated by glib

* Restyled by clang-format

* Fix compilation warnings

---------

Co-authored-by: Restyled.io <commits@restyled.io>
@arkq arkq deleted the linux-fix-wifi branch February 20, 2024 08:57
bhmanda-silabs pushed a commit to bhmanda-silabs/connectedhomeip that referenced this pull request Feb 22, 2024
…ect-chip#32137)

* Get rid of static functions by wrapping glib callbacks with lambda

* Get rid of the rest of static functions

* Keep sWiFiIfName as an instance member

* Lock CHIP stack before calling WiFi diagnostic delegate

* Do not use sInstance internally in ConnectivityManagerImpl

* Fix signatures for properties-changed and scan-done callbacks

* Keep all members of ConnectivityManagerImpl as instance members

* Fix freeing char objects allocated by glib

* Restyled by clang-format

* Fix compilation warnings

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants