comparison src/bluetooth/bluetooth.h @ 2882:15754379dbd5

fixed the remove bonding bug and made it thread safe
author Paula Stanciu <paula.stanciu@gmail.com>
date Thu, 07 Aug 2008 20:00:52 +0300
parents dc22e3d2e56e
children 5e97b55f87cf
comparison
equal deleted inserted replaced
2881:66f53425a5dd 2882:15754379dbd5
45 void play_call(void); 45 void play_call(void);
46 GList * audio_devices; 46 GList * audio_devices;
47 gint discover_finish ; 47 gint discover_finish ;
48 DBusGConnection * bus; 48 DBusGConnection * bus;
49 DBusGProxy * obj; 49 DBusGProxy * obj;
50 gchar *bonded_dev;
51 GMutex *bonded_dev_mutex;
50 52
51