summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-04-29 19:46:36 +0200
committerMarcel Holtmann <marcel@holtmann.org>2020-04-29 19:46:36 +0200
commit9640da62357277fa0b77bde811799adb0a3d142a (patch)
treeaccab2a86a49fcb5ced34f5e2084cb10db124b58 /monitor/bt.h
parente062b29cf43819f6781e6eafd494ba88f78ea5be (diff)
downloadbluez-9640da62357277fa0b77bde811799adb0a3d142a.tar.gz
monitor: Use __attribute__ ((packed)) instead of __packed
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 32ea10ca4..3f854c3a2 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2800,7 +2800,7 @@ struct bt_hci_cmd_le_remove_iso_path {
struct bt_hci_cmd_le_set_host_feature {
uint8_t bit_number;
uint8_t bit_value;
-} __packed;
+} __attribute__ ((packed));
#define BT_HCI_EVT_INQUIRY_COMPLETE 0x01
struct bt_hci_evt_inquiry_complete {