1 #ifndef __RK_BLE_APP_H__ 2 #define __RK_BLE_APP_H__ 3 4 #include <RkBtBase.h> 5 #include <RkBle.h> 6 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 11 void rk_ble_wifi_init(void *data); 12 void rk_ble_wifi_deinit(void *data); 13 14 #ifdef __cplusplus 15 } 16 #endif 17 18 #endif /* __RK_BLE_APP_H__ */ 19