📄 hsstate.c
字号:
#include "demohs.h"
/*
updateHsConnectState
Update the current connect state of the headset to reflect what the
headset is currently trying to do.
*/
void updateHsConnectState(hs_conn_state_t new_state)
{
hsState.connectState = new_state;
#ifdef DEV_BOARD_HS
/* if flashing LEDs update the flashing pattern */
changeFlash();
#endif
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -