diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-12 20:18:49 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-12 20:34:43 -0300 |
commit | ad81c796ad12b4ecb4436dd28e5cbdc1f5c5414e (patch) | |
tree | 6aa22726bd2dd08d56c8ec4de928533dcb349016 /common/glib-helper.h | |
parent | 89f7e6f27acfa9402a5125264f6b5641409ea079 (diff) |
Pass Bluetooth address instead of handle for async encryption func
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r-- | common/glib-helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h index 74ba7dfa..ee63b2d7 100644 --- a/common/glib-helper.h +++ b/common/glib-helper.h @@ -60,7 +60,7 @@ int bt_sco_connect(const bdaddr_t *src, const bdaddr_t *dst, GIOChannel *bt_sco_listen(const bdaddr_t *src, uint16_t mtu, bt_io_callback_t cb, void *user_data); -int bt_acl_encrypt(const bdaddr_t *src, uint16_t handle, +int bt_acl_encrypt(const bdaddr_t *src, const bdaddr_t *dst, bt_hci_result_t cb, gpointer user_data); /* Experiemental bt_io API */ |