xref: /OK3568_Linux_fs/external/rkwifibt-app/test/rk_ble_app.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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