Suota APK无法扫描设备?

2个帖子/ 0新
最后一篇
Chris0409.
离线
最后一次露面:3年10个月前
加入:2017-01-11 05:59
Suota APK无法扫描设备?

嗨,对话工程师,
我已经修改了BLE_Peripheral Sample项目以Supoort OTA,我遵循培训-06-Suota-示例指南,我可以连接设备并上传新的IMG,但是当上载完成时,并促使它重置,然后重置设备断开,但没有汉普化,它是旧图像的。
我做了一些如下:
1,为项目添加Spotar.c和spotar_task.c
2,包括user_modules_config.h #define consulude_dlg_proxr(0)中的spotar模块
3,在user_callback_config中定义profile_callbacks.h
static const struct profile_callbacks user_profile_callbacks = {
#if(ble_bas_server)
.on_batt_level_upd_cfm = null,
.on_batt_level_ntf_cfg_ind = null,
#万一

#if(ble_prox_reporter)
.on_proxr_level_upd_ind = default_proxr_level_upd_ind_handler,
.on_proxr_lls_alert_ind = default_proxr_lls_alert_ind_handler,
#万一

#if(ble_spota_receiver)
.on_spotar_status_change = null,
#万一
};
4,包含user_profiles_config.h中的head文件
#include“proxr.h”
#include“spotar.h”
5,在广告内容中添加OTA服务
#define user_advertise_data(“\ x05”\
adv_type_complete_list_16bit_service_ids \
avd_uuid_device_information_service \
adv_uuid_spotar_service \

设备:
Chris0409.
离线
最后一次露面:3年10个月前
加入:2017-01-11 05:59
此问题已得到解决,

此问题已得到解决,