天天看點

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 的裝置固件更新。

NORDIC Thingy:52 藍牙 BLE 服務 SoC 程式調用流程分析之七, DFU Service

服務 UUID 定義

檔案: ble_dfu.c

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

程式功能調用流程

NORDIC Thingy:52 藍牙 BLE 服務 SoC 程式調用流程分析之七, DFU Service
NORDIC Thingy:52 藍牙 BLE 服務 SoC 程式調用流程分析之七, DFU Service

繼續閱讀