7 lines
190 B
C
Executable File
7 lines
190 B
C
Executable File
#define TAG "NimBLE HID Keyboard"
|
|
|
|
int init_nvs(void);
|
|
int init_gatt_server(void);
|
|
void host_task(void *param);
|
|
void on_sync(void);
|
|
void on_reset(int reason); |