?? 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
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -