diff options
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r-- | hcid/dbus-hci.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h index d92a4f30..00d6540a 100644 --- a/hcid/dbus-hci.h +++ b/hcid/dbus-hci.h @@ -22,6 +22,14 @@ * */ +#ifndef HCIGETAUTHINFO +#define HCIGETAUTHINFO _IOR('H', 215, int) +struct hci_auth_info_req { + bdaddr_t bdaddr; + uint8_t type; +}; +#endif + void hcid_dbus_set_experimental(); int hcid_dbus_use_experimental(); int hcid_dbus_register_device(uint16_t id); |