1 /*
2  * Copyright (C) 2015-2018 Alibaba Group Holding Limited
3  */
4 #ifndef BLE_PORT_H
5 #define BLE_PORT_H
6 
7 int ble_storage_init(void);
8 
9 
10 
11 
12 #endif//BLE_PORT_H
13