Airoha M0 BLE API  1.0.5.4
ab_cmd_decoder_hci_h4.h
1 /******************************************************************************
2 Copyright (c) Airoha 2016 - All rights reserved
3 
4 FILE NAME
5  hci_h4_parser.h
6 DESCRIPTION
7 NOTES
8 ********************************************************************************/
9 #ifndef __AB_CMD_H4__
10 #define __AB_CMD_H4__
11 #include "ab_cmd.h"
12 /******************************************************************************
13  * Prototypes
14  ******************************************************************************/
15 AB_CMD_DECODER *AB_CmdDecodeH4(void);
16 
17 #endif