蓝牙发送速率提升

This commit is contained in:
lmx
2025-12-04 18:51:38 +08:00
parent 8c2db49083
commit 89f1c93f74
21 changed files with 641 additions and 801 deletions

View File

@ -83,7 +83,7 @@ extern u8 init_ok;
extern u8 sniff_out;
unsigned char xtell_bl_state=0; //存放经典蓝牙的连接状态0断开1是连接
u8 bt_newname =0;
unsigned char xt_ble_new_name[9] = "CM-22222";
unsigned char xt_ble_new_name[9] = "CM-4-F9";
static u16 play_poweron_ok_timer_id = 0;
// -- 初始化标志位 --
@ -236,7 +236,7 @@ void le_user_app_event_handler(struct sys_event* event){
break;
case 0x02:
extern void test_func(void);
// test_func();
test_func();
break;
default:
break;