From 255c51174a0571340ef470184064a5c75d261d27 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 22 一月 2025 15:06:27 +0800 Subject: [PATCH] 加入一开始不广播升级 中断触发gpio后广播升级 10分钟自动退出 --- 01_SDK/nimble/host/nimble/nimble/host/src/ble_hs_id_priv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/01_SDK/nimble/host/nimble/nimble/host/src/ble_hs_id_priv.h b/01_SDK/nimble/host/nimble/nimble/host/src/ble_hs_id_priv.h index aa2827d..f9e5507 100644 --- a/01_SDK/nimble/host/nimble/nimble/host/src/ble_hs_id_priv.h +++ b/01_SDK/nimble/host/nimble/nimble/host/src/ble_hs_id_priv.h @@ -25,7 +25,7 @@ #ifdef __cplusplus extern "C" { #endif - + void ble_hs_id_set_pub(const uint8_t *pub_addr); int ble_hs_id_addr(uint8_t id_addr_type, const uint8_t **out_id_addr, int *out_is_nrpa); -- Gitblit v1.9.3