wireless/bluetooth: move H4_* definition to external

Reference the define from board or arch driver

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-01-13 16:14:21 +08:00
committed by Brennan Ashton
parent f308ac1583
commit c8a6f31a33
2 changed files with 17 additions and 8 deletions
@@ -51,6 +51,18 @@
#include <stdbool.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
#define H4_HEADER_SIZE 1
#define H4_CMD 0x01
#define H4_ACL 0x02
#define H4_SCO 0x03
#define H4_EVT 0x04
#define H4_ISO 0x05
/****************************************************************************
* Public Types
****************************************************************************/