Airoha M0 BLE API  1.0.5.4
ab_cmd_decoder_bypass.h
1 #ifndef _AB_CMD_BYPASS_HH__
2 #define _AB_CMD_BYPASS_HH__
3 #include "ab_cmd.h"
4 
5 AB_CMD_DECODER *AB_CmdDecodeBypass(void);
6 bool AB_CmdDecodeBypassEnable(void);
7 
8 #endif