summaryrefslogtreecommitdiff
path: root/monitor/control.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-14 19:10:25 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-03-14 19:10:25 -0700
commit9a9e4313a9fbfd90799bf2e518886816dbd067ee (patch)
treed306ddf0425c373a511a3552b5d748b020dde769 /monitor/control.c
parent035ca74704dc4492bea7e60625caa26bc87b27ce (diff)
downloadbluez-9a9e4313a9fbfd90799bf2e518886816dbd067ee.tar.gz
lib: Change field name from class_of_dev to dev_class
Diffstat (limited to 'monitor/control.c')
-rw-r--r--monitor/control.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor/control.c b/monitor/control.c
index f2698fbef..38a1b316c 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -231,9 +231,9 @@ static void mgmt_class_of_dev_changed(uint16_t len, const void *buf)
}
printf("@ Class of Device Changed: 0x%2.2x%2.2x%2.2x\n",
- ev->class_of_dev[2],
- ev->class_of_dev[1],
- ev->class_of_dev[0]);
+ ev->dev_class[2],
+ ev->dev_class[1],
+ ev->dev_class[0]);
buf += sizeof(*ev);
len -= sizeof(*ev);