diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-06-02 10:27:57 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-06-02 10:27:57 +0000 |
commit | 5093d69a31cfc7e27235c7e9d6481c82e3867891 (patch) | |
tree | 5c1b100f1e5644d5766a7f597eb1d3342fd062ae /hcid/hcid.h | |
parent | 1cb7d5d359881443a53e1859c1dfbf8f947e702b (diff) |
Make RFCOMM and SDP support experimental
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index d1c69c1d..0b27a34d 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -142,8 +142,10 @@ void toggle_pairing(int enable); void set_pin_length(bdaddr_t *sba, int length); -gboolean hcid_dbus_init(void); +int hcid_dbus_init(void); void hcid_dbus_exit(void); +void hcid_dbus_set_experimental(); +int hcid_dbus_use_experimental(); gboolean hcid_dbus_register_device(uint16_t id); gboolean hcid_dbus_unregister_device(uint16_t id); gboolean hcid_dbus_dev_up(uint16_t id); |