fix(iso): Fix cis cen 2nd cis create failed

This commit is contained in:
wangjialiang
2026-09-16 18:03:32 +08:00
committed by Jin Cheng
parent 61684371d6
commit 0564a994e9
2 changed files with 2 additions and 2 deletions

View File

@@ -851,7 +851,7 @@ btdm_broker_init(void)
{
#if UC_BT_CTRL_BLE_IS_ENABLE
extern const char *ble_controller_get_compile_version(void);
if (memcmp(ble_controller_get_compile_version(), "4c3f1e9", 7) != 0) {
if (memcmp(ble_controller_get_compile_version(), "42d079e", 7) != 0) {
return -1;
}
#endif /* UC_BT_CTRL_BLE_IS_ENABLE */