This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
@@ -0,0 +1,24 @@
#ifndef ESCO_RECODER_H
#define ESCO_RECODER_H
#define COMMON_SCO 0 //普通SCO
#define JL_DOGLE_ACL 1 //dongle ACL链路
int esco_recoder_open(u8 link_type, void *bt_addr);
void esco_recoder_close();
int esco_recoder_switch(u8 en);
int esco_recoder_reset(void);
#endif