初版
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user