10 lines
143 B
C
10 lines
143 B
C
#ifndef BT_DEVICE_H_
|
|
#define BT_DEVICE_H_
|
|
|
|
extern uint16_t conn_interval;
|
|
|
|
void btstack_main(void);
|
|
void update_desc_hid_report(void);
|
|
|
|
#endif
|