diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-25 18:59:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-25 18:59:55 +0000 |
commit | eefb64d927b48d2de2e100b1f7ee715bf86bbb57 (patch) | |
tree | b554c892901c0010969e21b14198cc77a6a0c78a /hcid/hcid.h | |
parent | 748b15f0a5eb6c1078a4dff64604f042c48a7a4a (diff) |
Add device ID support
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 8983a899..86b21639 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -76,7 +76,7 @@ struct device_opts { uint16_t link_mode; uint16_t link_policy; uint8_t scan; - int discovto; + uint32_t discovto; }; extern struct device_opts default_device; @@ -94,6 +94,7 @@ struct hcid_opts { int security; int pairing; int offmode; + char deviceid[15]; char *config_file; |