summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-11-08 21:08:41 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-08 21:08:41 +0200
commit8c442fd677490441b64b3509c1264460668d9367 (patch)
treed823f0d9a916f2f6675f428b4170fc783cf7b46f /lib
parent1f5eb60c20a78ded06c88bd9cbce0627d6be31f7 (diff)
downloadbluez-8c442fd677490441b64b3509c1264460668d9367.tar.gz
mgmtops: add version information to read_info response
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 8f1046f7b..80b4de58d 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -58,6 +58,9 @@ struct mgmt_rp_read_info {
uint8_t type;
bdaddr_t bdaddr;
uint8_t features[8];
+ uint16_t manufacturer;
+ uint8_t hci_ver;
+ uint16_t hci_rev;
} __packed;
#define MGMT_OP_READ_STATISTICS 0x0005