diff --git a/include/nuttx/wireless/bluetooth/bt_hci.h b/include/nuttx/wireless/bluetooth/bt_hci.h index e999b63c38a..bbf45fb5044 100644 --- a/include/nuttx/wireless/bluetooth/bt_hci.h +++ b/include/nuttx/wireless/bluetooth/bt_hci.h @@ -289,9 +289,7 @@ begin_packed_struct struct bt_hci_evt_hdr_s begin_packed_struct struct bt_hci_acl_hdr_s { - uint16_t handle : 12; - uint16_t packet_boundary : 2; - uint16_t broadcast : 2; + uint16_t handle; uint16_t len; } end_packed_struct;