mirror of
https://gitee.com/openLuat/LuatOS
synced 2025-08-17 22:18:03 +08:00
fix: nimble.ibeacon运行时改变数据没生效
This commit is contained in:
parent
e0fcac768d
commit
a133488c6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user