wireless/bluetooth: add more hci event definitions

Change-Id: I35c034762335cf72f2d46ea383f0136361506e1e
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-01-10 19:30:23 +08:00
parent 8b671fd79c
commit 60f03d2a92
2 changed files with 120 additions and 14 deletions
+1
View File
@@ -59,6 +59,7 @@
#define H4_ACL 0x02
#define H4_SCO 0x03
#define H4_EVT 0x04
#define H4_ISO 0x05
#ifdef CONFIG_BLUETOOTH_UART_DUMP
# define BT_DUMP(m,b,l) lib_dumpbuffer(m,b,l)