forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ASR] fix double init in BLEManager and OTA (project-chip#31579)
* fix BLE pairing issue because the initialization time of ble is earlier the callback registration time * fix ota fail issue * Restyled by clang-format * Update ASR582X SDK to v1.9.1
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule asr_sdk
updated
12 files
+ − | lib/5822s/libasr_combo_v6.a | |
+ − | lib/ble/lib_ble_mesh.a | |
+4 −0 | lib/ble/sonata_gap_api.h | |
+22 −14 | lib/sys/ota_port.h | |
+2 −1 | peripheral/duet/inc/duet.h | |
+12 −4 | peripheral/duet/inc/duet_boot.h | |
+1 −1 | peripheral/duet/inc/duet_efuse.h | |
+1 −1 | peripheral/duet/inc/duet_flash_alg.h | |
+1 −1 | peripheral/duet/inc/duet_wdg.h | |
+27 −0 | peripheral/duet/src/duet_boot.c | |
+4 −0 | platform/duet/system/system_cm4.c | |
+9 −3 | version/duet_version.h |