Mercurial > audlegacy-plugins
changeset 2880:a9917a9cde99
diffrent thread aproach at pairing
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 17:19:07 +0300 |
parents | 455e6e37feae |
children | 66f53425a5dd |
files | src/bluetooth/bluetooth.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bluetooth/bluetooth.c Thu Aug 07 13:36:41 2008 +0300 +++ b/src/bluetooth/bluetooth.c Thu Aug 07 17:19:07 2008 +0300 @@ -153,6 +153,9 @@ dbus_g_object_register_marshaller(marshal_VOID__STRING_UINT_INT, G_TYPE_NONE, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_INT, G_TYPE_INVALID); run_agents(); + close_call(); + show_scan(1); + dbus_g_proxy_call(obj,"CreateBonding",NULL,G_TYPE_STRING,current_address,G_TYPE_INVALID,G_TYPE_INVALID); return NULL; }