1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00

fix: nimble.ibeacon运行时改变数据没生效

This commit is contained in:
Wendal Chen 2023-02-26 01:09:04 +08:00
parent e0fcac768d
commit a133488c6d

View File

@ -90,6 +90,7 @@ ble_app_advertise(void)
rc = ble_gap_adv_start(own_addr_type, NULL, BLE_HS_FOREVER,
&adv_params, bleprph_gap_event, NULL);
LLOGD("ble_gap_adv_start rc %d", rc);
ble_ready = 1;
}
static void