11 lines
201 B
C
11 lines
201 B
C
#ifndef __APP_H
|
|
#define __APP_H
|
|
|
|
#include "app_ab_link.h"
|
|
#include "app_watch.h"
|
|
|
|
void ble_app_init(void);
|
|
void ble_app_connect_callback(void);
|
|
void ble_app_disconnect_callback(void);
|
|
#endif
|