8 lines
111 B
C
8 lines
111 B
C
#ifndef BT_DEVICE_H_
|
|
#define BT_DEVICE_H_
|
|
|
|
void btstack_main(void);
|
|
void update_desc_hid_report(void);
|
|
|
|
#endif
|