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] Fix BLE infinite advertising #32093

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Feb 13, 2024

Problem

According to BlueZ documentation, discoverable timeout of 0 should disable the timeout. However, due to a bug on RPi, setting timeout to 0 stops advertising immediately after sending ADV frame. Also, we can not set this property to a big value, because it is uint16 which can count only 65535 seconds which is ~18.2 hours (not enough for 48 h extended advertising).

Regression introduced in bd6c4ab

Fixes #32033

Changes

  • remove DiscoverableTimeout property, so BlueZ will set it internally to 0

Testing

Tested connection between linux-x64-chip-tool and linux-arm64-all-clusters-clang.

According to BlueZ documentation, discoverable timeout of 0 should
disable the timeout. However, due to a bug, setting timeout to 0
stops advertising immediately after sending ADV frame.
Copy link

github-actions bot commented Feb 13, 2024

PR #32093: Size comparison from f216481 to e8e4a6a

Increases (1 build for linux)
platform target config section f216481 e8e4a6a change % change
linux chip-tool-ipv6only arm64 (read/write) 589408 590016 608 0.1
Decreases (12 builds for efr32, linux)
platform target config section f216481 e8e4a6a change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.text 932008 932000 -8 -0.0
linux air-purifier-app debug (read only) 2628821 2628213 -608 -0.0
(read/write) 129376 129312 -64 -0.0
.data.rel.ro 74248 74184 -64 -0.1
.text 2265989 2265477 -512 -0.0
all-clusters-app debug (read only) 5880737 5880129 -608 -0.0
(read/write) 479344 479280 -64 -0.0
.data.rel.ro 332808 332744 -64 -0.0
.text 5100707 5100195 -512 -0.0
all-clusters-minimal-app debug (read only) 5193313 5192705 -608 -0.0
(read/write) 236608 236544 -64 -0.0
.data.rel.ro 97096 97032 -64 -0.1
.text 4670339 4669827 -512 -0.0
bridge-app debug (read only) 4601753 4601145 -608 -0.0
(read/write) 217592 217528 -64 -0.0
.data.rel.ro 86160 86096 -64 -0.1
.text 4152163 4151651 -512 -0.0
chip-tool debug (read only) 11975137 11974529 -608 -0.0
(read/write) 520856 520792 -64 -0.0
.data.rel.ro 414240 414176 -64 -0.0
.text 10822627 10822115 -512 -0.0
chip-tool-ipv6only arm64 (read only) 11471040 11470464 -576 -0.0
.data.rel.ro 454000 453936 -64 -0.0
.text 10231084 10230604 -480 -0.0
lighting-app debug+rpc+ui (read only) 5523209 5522601 -608 -0.0
(read/write) 226376 226312 -64 -0.0
.data.rel.ro 94560 94496 -64 -0.1
.text 4922787 4922275 -512 -0.0
lock-app debug (read only) 4680609 4680001 -608 -0.0
(read/write) 205552 205488 -64 -0.0
.data.rel.ro 80664 80600 -64 -0.1
.text 4212515 4212003 -512 -0.0
shell debug (read only) 2866457 2865849 -608 -0.0
(read/write) 155784 155720 -64 -0.0
.data.rel.ro 86040 85976 -64 -0.1
.text 2507570 2507058 -512 -0.0
tv-app debug (read only) 5649913 5649305 -608 -0.0
(read/write) 351784 351720 -64 -0.0
.data.rel.ro 94104 94040 -64 -0.1
.text 5121715 5121203 -512 -0.0
tv-casting-app debug (read only) 9855745 9855153 -592 -0.0
(read/write) 340496 340432 -64 -0.0
.data.rel.ro 174040 173976 -64 -0.0
.text 9007539 9007043 -496 -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 f216481 e8e4a6a change % change
bl602 lighting-app bl602 (read/write) 1430906 1430906 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157436 157436 0 0.0
.text 1098012 1098012 0 0.0
bl602+mfd (read/write) 1445314 1445314 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156396 156396 0 0.0
.text 1113314 1113314 0 0.0
bl602+rpc (read/write) 1478290 1478290 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 165004 165004 0 0.0
.text 1129398 1129398 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195475 1195475 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106820 106820 0 0.0
.text 967018 967018 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206527 1206527 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105760 105760 0 0.0
.text 979028 979028 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287199 1287199 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122192 122192 0 0.0
.text 1041962 1041962 0 0.0
bl706-eth (read/write) 1014113 1014113 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100140 100140 0 0.0
.text 759092 759092 0 0.0
bl706-wifi (read/write) 1247302 1247302 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121120 121120 0 0.0
.text 989524 989524 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1165052 1165052 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100824 100824 0 0.0
.text 960120 960120 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1176460 1176460 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99764 99764 0 0.0
.text 972442 972442 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781380 781380 0 0.0
(read/write) 168904 168904 0 0.0
.bss 90908 90908 0 0.0
.data 3560 3560 0 0.0
.rodata 90372 90372 0 0.0
.text 690744 690744 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 800284 800284 0 0.0
(read/write) 179184 179184 0 0.0
.bss 101188 101188 0 0.0
.data 3560 3560 0 0.0
.rodata 84780 84780 0 0.0
.text 715240 715240 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788852 788852 0 0.0
(read/write) 173632 173632 0 0.0
.bss 95636 95636 0 0.0
.data 3560 3560 0 0.0
.rodata 111516 111516 0 0.0
.text 677072 677072 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739172 739172 0 0.0
(read/write) 167880 167880 0 0.0
.bss 89648 89648 0 0.0
.data 3552 3552 0 0.0
.rodata 86092 86092 0 0.0
.text 652816 652816 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724788 724788 0 0.0
(read/write) 168080 168080 0 0.0
.bss 89864 89864 0 0.0
.data 3544 3544 0 0.0
.rodata 81932 81932 0 0.0
.text 642592 642592 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581306 581306 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 492648 492648 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628762 628762 0 0.0
(read/write) 208360 208360 0 0.0
.bss 201744 201744 0 0.0
.data 1496 1496 0 0.0
.rodata 107146 107146 0 0.0
.text 519496 519496 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564843 564843 0 0.0
.app_xip_area 454701 454701 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) 549947 549947 0 0.0
.app_xip_area 435005 435005 0 0.0
.bss 69768 69768 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) 566483 566483 0 0.0
.app_xip_area 457845 457845 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) 563299 563299 0 0.0
.app_xip_area 451341 451341 0 0.0
.bss 66752 66752 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) 928696 928696 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 729384 729384 0 0.0
BRD4187C (read/write) 1105488 1105488 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906964 906964 0 0.0
lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 932008 932000 -8 -0.0
window-app BRD4187C (read/write) 1159656 1159656 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 987436 987436 0 0.0
esp32 all-clusters-app c3devkit (read only) 1203496 1203496 0 0.0
(read/write) 1747896 1747896 0 0.0
.dram0.bss 74200 74200 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250536 250536 0 0.0
.flash.text 1203496 1203496 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1245003 1245003 0 0.0
(read/write) 532804 532804 0 0.0
.dram0.bss 81048 81048 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280672 280672 0 0.0
.flash.text 1238839 1238839 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 611224 611224 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610688 610688 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696624 696624 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582600 582600 0 0.0
light k32w0+release (read only) 599384 599384 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598848 598848 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787568 787568 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664672 664672 0 0.0
lock k32w0+release (read only) 581872 581872 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 581336 581336 0 0.0
linux air-purifier-app debug (read only) 2628821 2628213 -608 -0.0
(read/write) 129376 129312 -64 -0.0
.bss 46944 46944 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74184 -64 -0.1
.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 184968 184968 0 0.0
.text 2265989 2265477 -512 -0.0
all-clusters-app debug (read only) 5880737 5880129 -608 -0.0
(read/write) 479344 479280 -64 -0.0
.bss 134704 134704 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 332808 332744 -64 -0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1368 1368 0 0.0
.rodata 347720 347720 0 0.0
.text 5100707 5100195 -512 -0.0
all-clusters-minimal-app debug (read only) 5193313 5192705 -608 -0.0
(read/write) 236608 236544 -64 -0.0
.bss 128080 128080 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 97096 97032 -64 -0.1
.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 288154 288154 0 0.0
.text 4670339 4669827 -512 -0.0
bridge-app debug (read only) 4601753 4601145 -608 -0.0
(read/write) 217592 217528 -64 -0.0
.bss 118560 118560 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 86160 86096 -64 -0.1
.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 228922 228922 0 0.0
.text 4152163 4151651 -512 -0.0
chip-tool debug (read only) 11975137 11974529 -608 -0.0
(read/write) 520856 520792 -64 -0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414240 414176 -64 -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 447513 447513 0 0.0
.text 10822627 10822115 -512 -0.0
chip-tool-ipv6only arm64 (read only) 11471040 11470464 -576 -0.0
(read/write) 589408 590016 608 0.1
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 454000 453936 -64 -0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352956 352956 0 0.0
.text 10231084 10230604 -480 -0.0
lighting-app debug+rpc+ui (read only) 5523209 5522601 -608 -0.0
(read/write) 226376 226312 -64 -0.0
.bss 119512 119512 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94560 94496 -64 -0.1
.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 353652 353652 0 0.0
.text 4922787 4922275 -512 -0.0
lock-app debug (read only) 4680609 4680001 -608 -0.0
(read/write) 205552 205488 -64 -0.0
.bss 114064 114064 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80664 80600 -64 -0.1
.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 255418 255418 0 0.0
.text 4212515 4212003 -512 -0.0
ota-provider-app debug (read only) 4302737 4302737 0 0.0
(read/write) 193808 193808 0 0.0
.bss 113824 113824 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69760 69760 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 207770 207770 0 0.0
.text 3901651 3901651 0 0.0
ota-requestor-app debug (read only) 4418721 4418721 0 0.0
(read/write) 198056 198056 0 0.0
.bss 114720 114720 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72720 72720 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 213786 213786 0 0.0
.text 4007331 4007331 0 0.0
shell debug (read only) 2866457 2865849 -608 -0.0
(read/write) 155784 155720 -64 -0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86040 85976 -64 -0.1
.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 186080 186080 0 0.0
.text 2507570 2507058 -512 -0.0
thermostat-no-ble arm64 (read only) 4482616 4482616 0 0.0
(read/write) 246360 246360 0 0.0
.bss 122344 122344 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12216 12216 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159420 159420 0 0.0
.text 3977804 3977804 0 0.0
tv-app debug (read only) 5649913 5649305 -608 -0.0
(read/write) 351784 351720 -64 -0.0
.bss 243872 243872 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94104 94040 -64 -0.1
.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 286490 286490 0 0.0
.text 5121715 5121203 -512 -0.0
tv-casting-app debug (read only) 9855745 9855153 -592 -0.0
(read/write) 340496 340432 -64 -0.0
.bss 156624 156624 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174040 173976 -64 -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 382480 382480 0 0.0
.text 9007539 9007043 -496 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531960 2531960 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494644 1494644 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097020 1097020 0 0.0
bss 130689 130689 0 0.0
rodata 111732 111732 0 0.0
text 806748 806748 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217304 1217304 0 0.0
bss 122827 122827 0 0.0
rodata 141592 141592 0 0.0
text 802376 802376 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046796 1046796 0 0.0
bss 129633 129633 0 0.0
rodata 99388 99388 0 0.0
text 770016 770016 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834568 834568 0 0.0
(read/write) 1791220 1791220 0 0.0
.bss 196116 196116 0 0.0
.data 2656 2656 0 0.0
.text 1584060 1584060 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837624 837624 0 0.0
(read/write) 1715516 1715516 0 0.0
.bss 193084 193084 0 0.0
.data 2632 2632 0 0.0
.text 1511412 1511412 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634828 1634828 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1437452 1437452 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1667140 1667140 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442564 1442564 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124904 1124904 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637288 637288 0 0.0
lock-app qpg6105+debug (read/write) 1089712 1089712 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 602092 602092 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597253 597253 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78828 78828 0 0.0
.text 379744 379744 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825838 825838 0 0.0
bss 51116 51116 0 0.0
text 617566 617566 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1085828 1085828 0 0.0
bss 101640 101640 0 0.0
text 788376 788376 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045056 1045056 0 0.0
bss 110028 110028 0 0.0
text 761072 761072 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907068 907068 0 0.0
bss 93060 93060 0 0.0
text 649732 649732 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827438 827438 0 0.0
bss 51164 51164 0 0.0
text 619228 619228 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 933704 933704 0 0.0
bss 79204 79204 0 0.0
text 699912 699912 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068552 1068552 0 0.0
bss 100140 100140 0 0.0
text 773530 773530 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 906732 906732 0 0.0
bss 70668 70668 0 0.0
text 655722 655722 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924848 924848 0 0.0
bss 92640 92640 0 0.0
text 667624 667624 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 830046 830046 0 0.0
bss 51272 51272 0 0.0
text 622230 622230 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793768 793768 0 0.0
bss 57472 57472 0 0.0
text 592996 592996 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676856 676856 0 0.0
bss 73640 73640 0 0.0
text 462254 462254 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828702 828702 0 0.0
bss 51292 51292 0 0.0
text 621582 621582 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 852381 852381 0 0.0
bss 60948 60948 0 0.0
text 636428 636428 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 819356 819356 0 0.0
bss 57760 57760 0 0.0
text 612628 612628 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 838812 838812 0 0.0
bss 69576 69576 0 0.0
text 629136 629136 0 0.0

Copy link

github-actions bot commented Feb 13, 2024

PR #32093: Size comparison from f216481 to 64d0bce

Increases (1 build for linux)
platform target config section f216481 64d0bce change % change
linux chip-tool-ipv6only arm64 (read/write) 589408 590016 608 0.1
Decreases (12 builds for efr32, linux)
platform target config section f216481 64d0bce change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.text 932008 932000 -8 -0.0
linux air-purifier-app debug (read only) 2628821 2628213 -608 -0.0
(read/write) 129376 129312 -64 -0.0
.data.rel.ro 74248 74184 -64 -0.1
.text 2265989 2265477 -512 -0.0
all-clusters-app debug (read only) 5880737 5880129 -608 -0.0
(read/write) 479344 479280 -64 -0.0
.data.rel.ro 332808 332744 -64 -0.0
.text 5100707 5100195 -512 -0.0
all-clusters-minimal-app debug (read only) 5193313 5192705 -608 -0.0
(read/write) 236608 236544 -64 -0.0
.data.rel.ro 97096 97032 -64 -0.1
.text 4670339 4669827 -512 -0.0
bridge-app debug (read only) 4601753 4601145 -608 -0.0
(read/write) 217592 217528 -64 -0.0
.data.rel.ro 86160 86096 -64 -0.1
.text 4152163 4151651 -512 -0.0
chip-tool debug (read only) 11975137 11974529 -608 -0.0
(read/write) 520856 520792 -64 -0.0
.data.rel.ro 414240 414176 -64 -0.0
.text 10822627 10822115 -512 -0.0
chip-tool-ipv6only arm64 (read only) 11471040 11470464 -576 -0.0
.data.rel.ro 454000 453936 -64 -0.0
.text 10231084 10230604 -480 -0.0
lighting-app debug+rpc+ui (read only) 5523209 5522601 -608 -0.0
(read/write) 226376 226312 -64 -0.0
.data.rel.ro 94560 94496 -64 -0.1
.text 4922787 4922275 -512 -0.0
lock-app debug (read only) 4680609 4680001 -608 -0.0
(read/write) 205552 205488 -64 -0.0
.data.rel.ro 80664 80600 -64 -0.1
.text 4212515 4212003 -512 -0.0
shell debug (read only) 2866457 2865849 -608 -0.0
(read/write) 155784 155720 -64 -0.0
.data.rel.ro 86040 85976 -64 -0.1
.text 2507570 2507058 -512 -0.0
tv-app debug (read only) 5649913 5649305 -608 -0.0
(read/write) 351784 351720 -64 -0.0
.data.rel.ro 94104 94040 -64 -0.1
.text 5121715 5121203 -512 -0.0
tv-casting-app debug (read only) 9855745 9855153 -592 -0.0
(read/write) 340496 340432 -64 -0.0
.data.rel.ro 174040 173976 -64 -0.0
.text 9007539 9007043 -496 -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 f216481 64d0bce change % change
bl602 lighting-app bl602 (read/write) 1430906 1430906 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157436 157436 0 0.0
.text 1098012 1098012 0 0.0
bl602+mfd (read/write) 1445314 1445314 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156396 156396 0 0.0
.text 1113314 1113314 0 0.0
bl602+rpc (read/write) 1478290 1478290 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 165004 165004 0 0.0
.text 1129398 1129398 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195475 1195475 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106820 106820 0 0.0
.text 967018 967018 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206527 1206527 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105760 105760 0 0.0
.text 979028 979028 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287199 1287199 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122192 122192 0 0.0
.text 1041962 1041962 0 0.0
bl706-eth (read/write) 1014113 1014113 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100140 100140 0 0.0
.text 759092 759092 0 0.0
bl706-wifi (read/write) 1247302 1247302 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121120 121120 0 0.0
.text 989524 989524 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1165052 1165052 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100824 100824 0 0.0
.text 960120 960120 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1176460 1176460 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99764 99764 0 0.0
.text 972442 972442 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781380 781380 0 0.0
(read/write) 168904 168904 0 0.0
.bss 90908 90908 0 0.0
.data 3560 3560 0 0.0
.rodata 90372 90372 0 0.0
.text 690744 690744 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 800284 800284 0 0.0
(read/write) 179184 179184 0 0.0
.bss 101188 101188 0 0.0
.data 3560 3560 0 0.0
.rodata 84780 84780 0 0.0
.text 715240 715240 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788852 788852 0 0.0
(read/write) 173632 173632 0 0.0
.bss 95636 95636 0 0.0
.data 3560 3560 0 0.0
.rodata 111516 111516 0 0.0
.text 677072 677072 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739172 739172 0 0.0
(read/write) 167880 167880 0 0.0
.bss 89648 89648 0 0.0
.data 3552 3552 0 0.0
.rodata 86092 86092 0 0.0
.text 652816 652816 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724788 724788 0 0.0
(read/write) 168080 168080 0 0.0
.bss 89864 89864 0 0.0
.data 3544 3544 0 0.0
.rodata 81932 81932 0 0.0
.text 642592 642592 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581306 581306 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 492648 492648 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628762 628762 0 0.0
(read/write) 208360 208360 0 0.0
.bss 201744 201744 0 0.0
.data 1496 1496 0 0.0
.rodata 107146 107146 0 0.0
.text 519496 519496 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564843 564843 0 0.0
.app_xip_area 454701 454701 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) 549947 549947 0 0.0
.app_xip_area 435005 435005 0 0.0
.bss 69768 69768 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) 566483 566483 0 0.0
.app_xip_area 457845 457845 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) 563299 563299 0 0.0
.app_xip_area 451341 451341 0 0.0
.bss 66752 66752 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) 928696 928696 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 729384 729384 0 0.0
BRD4187C (read/write) 1105488 1105488 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906964 906964 0 0.0
lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 932008 932000 -8 -0.0
window-app BRD4187C (read/write) 1159656 1159656 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 987436 987436 0 0.0
esp32 all-clusters-app c3devkit (read only) 1203496 1203496 0 0.0
(read/write) 1747896 1747896 0 0.0
.dram0.bss 74200 74200 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250536 250536 0 0.0
.flash.text 1203496 1203496 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1245003 1245003 0 0.0
(read/write) 532804 532804 0 0.0
.dram0.bss 81048 81048 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280672 280672 0 0.0
.flash.text 1238839 1238839 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 611224 611224 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610688 610688 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696624 696624 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582600 582600 0 0.0
light k32w0+release (read only) 599384 599384 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598848 598848 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787568 787568 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664672 664672 0 0.0
lock k32w0+release (read only) 581872 581872 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 581336 581336 0 0.0
linux air-purifier-app debug (read only) 2628821 2628213 -608 -0.0
(read/write) 129376 129312 -64 -0.0
.bss 46944 46944 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74184 -64 -0.1
.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 184968 184968 0 0.0
.text 2265989 2265477 -512 -0.0
all-clusters-app debug (read only) 5880737 5880129 -608 -0.0
(read/write) 479344 479280 -64 -0.0
.bss 134704 134704 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 332808 332744 -64 -0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1368 1368 0 0.0
.rodata 347720 347720 0 0.0
.text 5100707 5100195 -512 -0.0
all-clusters-minimal-app debug (read only) 5193313 5192705 -608 -0.0
(read/write) 236608 236544 -64 -0.0
.bss 128080 128080 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 97096 97032 -64 -0.1
.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 288154 288154 0 0.0
.text 4670339 4669827 -512 -0.0
bridge-app debug (read only) 4601753 4601145 -608 -0.0
(read/write) 217592 217528 -64 -0.0
.bss 118560 118560 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 86160 86096 -64 -0.1
.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 228922 228922 0 0.0
.text 4152163 4151651 -512 -0.0
chip-tool debug (read only) 11975137 11974529 -608 -0.0
(read/write) 520856 520792 -64 -0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414240 414176 -64 -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 447513 447513 0 0.0
.text 10822627 10822115 -512 -0.0
chip-tool-ipv6only arm64 (read only) 11471040 11470464 -576 -0.0
(read/write) 589408 590016 608 0.1
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 454000 453936 -64 -0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352956 352956 0 0.0
.text 10231084 10230604 -480 -0.0
lighting-app debug+rpc+ui (read only) 5523209 5522601 -608 -0.0
(read/write) 226376 226312 -64 -0.0
.bss 119512 119512 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94560 94496 -64 -0.1
.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 353652 353652 0 0.0
.text 4922787 4922275 -512 -0.0
lock-app debug (read only) 4680609 4680001 -608 -0.0
(read/write) 205552 205488 -64 -0.0
.bss 114064 114064 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80664 80600 -64 -0.1
.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 255418 255418 0 0.0
.text 4212515 4212003 -512 -0.0
ota-provider-app debug (read only) 4302737 4302737 0 0.0
(read/write) 193808 193808 0 0.0
.bss 113824 113824 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69760 69760 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 207770 207770 0 0.0
.text 3901651 3901651 0 0.0
ota-requestor-app debug (read only) 4418721 4418721 0 0.0
(read/write) 198056 198056 0 0.0
.bss 114720 114720 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72720 72720 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 213786 213786 0 0.0
.text 4007331 4007331 0 0.0
shell debug (read only) 2866457 2865849 -608 -0.0
(read/write) 155784 155720 -64 -0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86040 85976 -64 -0.1
.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 186080 186080 0 0.0
.text 2507570 2507058 -512 -0.0
thermostat-no-ble arm64 (read only) 4482616 4482616 0 0.0
(read/write) 246360 246360 0 0.0
.bss 122344 122344 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12216 12216 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159420 159420 0 0.0
.text 3977804 3977804 0 0.0
tv-app debug (read only) 5649913 5649305 -608 -0.0
(read/write) 351784 351720 -64 -0.0
.bss 243872 243872 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94104 94040 -64 -0.1
.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 286490 286490 0 0.0
.text 5121715 5121203 -512 -0.0
tv-casting-app debug (read only) 9855745 9855153 -592 -0.0
(read/write) 340496 340432 -64 -0.0
.bss 156624 156624 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174040 173976 -64 -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 382480 382480 0 0.0
.text 9007539 9007043 -496 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531960 2531960 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494644 1494644 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097020 1097020 0 0.0
bss 130689 130689 0 0.0
rodata 111732 111732 0 0.0
text 806748 806748 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217304 1217304 0 0.0
bss 122827 122827 0 0.0
rodata 141592 141592 0 0.0
text 802376 802376 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046796 1046796 0 0.0
bss 129633 129633 0 0.0
rodata 99388 99388 0 0.0
text 770016 770016 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834568 834568 0 0.0
(read/write) 1791220 1791220 0 0.0
.bss 196116 196116 0 0.0
.data 2656 2656 0 0.0
.text 1584060 1584060 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837624 837624 0 0.0
(read/write) 1715516 1715516 0 0.0
.bss 193084 193084 0 0.0
.data 2632 2632 0 0.0
.text 1511412 1511412 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634828 1634828 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1437452 1437452 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1667140 1667140 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442564 1442564 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124904 1124904 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637288 637288 0 0.0
lock-app qpg6105+debug (read/write) 1089712 1089712 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 602092 602092 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597253 597253 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78828 78828 0 0.0
.text 379744 379744 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825838 825838 0 0.0
bss 51116 51116 0 0.0
text 617566 617566 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1085828 1085828 0 0.0
bss 101640 101640 0 0.0
text 788376 788376 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045056 1045056 0 0.0
bss 110028 110028 0 0.0
text 761072 761072 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907068 907068 0 0.0
bss 93060 93060 0 0.0
text 649732 649732 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827438 827438 0 0.0
bss 51164 51164 0 0.0
text 619228 619228 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 933704 933704 0 0.0
bss 79204 79204 0 0.0
text 699912 699912 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068552 1068552 0 0.0
bss 100140 100140 0 0.0
text 773530 773530 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 906732 906732 0 0.0
bss 70668 70668 0 0.0
text 655722 655722 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924848 924848 0 0.0
bss 92640 92640 0 0.0
text 667624 667624 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 830046 830046 0 0.0
bss 51272 51272 0 0.0
text 622230 622230 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793768 793768 0 0.0
bss 57472 57472 0 0.0
text 592996 592996 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676856 676856 0 0.0
bss 73640 73640 0 0.0
text 462254 462254 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828702 828702 0 0.0
bss 51292 51292 0 0.0
text 621582 621582 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 852381 852381 0 0.0
bss 60948 60948 0 0.0
text 636428 636428 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 819356 819356 0 0.0
bss 57760 57760 0 0.0
text 612628 612628 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 838812 838812 0 0.0
bss 69576 69576 0 0.0
text 629136 629136 0 0.0

@raju-apple
Copy link
Contributor

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

@mergify mergify bot merged commit f5b7a1d into project-chip:master Feb 19, 2024
58 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 19, 2024
* [Linux] Fix BLE infinite advertising

According to BlueZ documentation, discoverable timeout of 0 should
disable the timeout. However, due to a bug, setting timeout to 0
stops advertising immediately after sending ADV frame.

* Add comments for commented-out properties

* Add comments to D-Bus interfaces which are owned by us

* Update the comment so it will be easier to understand the meaning
@arkq arkq deleted the linux-fix-ble-adv branch February 20, 2024 08:58
bhmanda-silabs pushed a commit to bhmanda-silabs/connectedhomeip that referenced this pull request Feb 22, 2024
* [Linux] Fix BLE infinite advertising

According to BlueZ documentation, discoverable timeout of 0 should
disable the timeout. However, due to a bug, setting timeout to 0
stops advertising immediately after sending ADV frame.

* Add comments for commented-out properties

* Add comments to D-Bus interfaces which are owned by us

* Update the comment so it will be easier to understand the meaning
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.

[SQA] Ble-wifi commissioning gets fail in RPI platform(Linux)
7 participants