1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 #ifndef __RETENTION_RAM_H__
5 #define __RETENTION_RAM_H__
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "stdint.h"
12 
13 
14 void fillBleBdAddrForOta(uint8_t* bdAddr);
15 void otaConfigureBleBdAddr(void);
16 
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif	// #define __RETENTION_RAM_H__
23 
24