NORDIC Thingy:52 蓝牙 BLE 服务 SoC 程序调用流程分析之七, DFU Service

Nordic Thingy 52 BLE Services

* Thingy configuration service 

* Environment service 

* User interface service 

* Motion service 

* Sound service 

* Battery service 

* DFU service


* DFU service *

This module is responsible for running Device Firmware Updates on Thingy.

DFU 模块处理Thingy 52 的设备固件更新。


服务 UUID 定义

文件: ble_dfu.c

#define BLE_DFU_SERVICE_UUID            0xFE59                      //!< The 16-bit UUID of the Secure DFU Service.

程序功能调用流程

猜你喜欢

转载自blog.csdn.net/weixin_42396877/article/details/81182594
今日推荐