summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci/h4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci/h4.c')
-rw-r--r--drivers/bluetooth/hci/h4.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/bluetooth/hci/h4.c b/drivers/bluetooth/hci/h4.c
index c3ef74689..4edd011b5 100644
--- a/drivers/bluetooth/hci/h4.c
+++ b/drivers/bluetooth/hci/h4.c
@@ -42,15 +42,15 @@ static struct {
struct net_buf *buf;
struct k_fifo fifo;
- u16_t remaining;
- u16_t discard;
+ u16_t remaining;
+ u16_t discard;
bool have_hdr;
bool discardable;
- u8_t hdr_len;
+ u8_t hdr_len;
- u8_t type;
+ u8_t type;
union {
struct bt_hci_evt_hdr evt;
struct bt_hci_acl_hdr acl;