Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update command description | Marcel Holtmann | 2008-06-09 | 1 | -0/+3 | |
| | | ||||||
| * | Update the discover method handling | Marcel Holtmann | 2008-06-09 | 1 | -5/+9 | |
| | | ||||||
| * | Don't register agent when pairing device | Marcel Holtmann | 2008-06-09 | 1 | -3/+3 | |
| | | ||||||
| * | Fix duplicate driver probing | Marcel Holtmann | 2008-06-09 | 1 | -5/+7 | |
| | | ||||||
| * | Remove unnecessary return statements | Johan Hedberg | 2008-06-09 | 1 | -5/+0 | |
| | | ||||||
| * | Add support for Simple Pairing User Notification event | Johan Hedberg | 2008-06-09 | 7 | -0/+80 | |
| | | ||||||
| * | Allow interactive input of passkey | Johan Hedberg | 2008-06-09 | 1 | -1/+2 | |
| | | ||||||
| * | First attempt at Device.DiscoverServices() implementation | Marcel Holtmann | 2008-06-09 | 5 | -8/+26 | |
| | | ||||||
| * | Remove empty line | Marcel Holtmann | 2008-06-08 | 1 | -1/+0 | |
| | | ||||||
| * | Update probe/remove callback and implement serial API | Marcel Holtmann | 2008-06-08 | 8 | -48/+85 | |
| | | ||||||
| * | Add HID profile to list of alternate UUIDs to browse | Marcel Holtmann | 2008-06-08 | 1 | -0/+1 | |
| | | ||||||
| * | Update plugin interface registration | Marcel Holtmann | 2008-06-08 | 3 | -6/+57 | |
| | | ||||||
| * | Have the audio plugin register headset and sink drivers | Marcel Holtmann | 2008-06-08 | 1 | -19/+32 | |
| | | ||||||
| * | Split the D-Bus cleanup into two parts | Marcel Holtmann | 2008-06-08 | 3 | -10/+20 | |
| | | ||||||
| * | Use DBG in plugin to show function names | Marcel Holtmann | 2008-06-08 | 4 | -8/+8 | |
| | | ||||||
| * | Add special DBG helper | Marcel Holtmann | 2008-06-08 | 1 | -0/+2 | |
| | | ||||||
| * | Make sure to probe drivers on startup | Marcel Holtmann | 2008-06-08 | 3 | -4/+5 | |
| | | ||||||
| * | Keep track of attached drivers | Marcel Holtmann | 2008-06-08 | 2 | -7/+21 | |
| | | ||||||
| * | Load plugins early in the boot process | Marcel Holtmann | 2008-06-08 | 1 | -11/+9 | |
| | | ||||||
| * | Add first attempt for driver probing | Marcel Holtmann | 2008-06-08 | 1 | -3/+37 | |
| | | ||||||
| * | Fix up the serial UUIDs | Marcel Holtmann | 2008-06-08 | 1 | -1/+4 | |
| | | ||||||
| * | Add skeletons for missing API callbacks | Marcel Holtmann | 2008-06-08 | 1 | -82/+101 | |
| | | ||||||
| * | Add the missing device API calls | Marcel Holtmann | 2008-06-08 | 1 | -10/+37 | |
| | | ||||||
| * | Revert wrong listner id counter offset | Marcel Holtmann | 2008-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Store the listener id for default agents | Marcel Holtmann | 2008-06-08 | 1 | -10/+13 | |
| | | ||||||
| * | Fix missing disconnect watch id handling | Marcel Holtmann | 2008-06-08 | 2 | -12/+17 | |
| | | ||||||
| * | Avoid a watch id of 0 | Marcel Holtmann | 2008-06-08 | 1 | -1/+4 | |
| | | ||||||
| * | One additional optimization | Marcel Holtmann | 2008-06-08 | 1 | -3/+1 | |
| | | ||||||
| * | Small optimization | Marcel Holtmann | 2008-06-08 | 1 | -3/+1 | |
| | | ||||||
| * | Update test scripts | Marcel Holtmann | 2008-06-08 | 3 | -7/+13 | |
| | | ||||||
| * | Convert passkey value to host order | Marcel Holtmann | 2008-06-08 | 1 | -12/+15 | |
| | | ||||||
| * | Allow adapter parameter and automatic device removal | Marcel Holtmann | 2008-06-08 | 1 | -11/+21 | |
| | | ||||||
| * | Typo | Marcel Holtmann | 2008-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Remove the broken --enable-all option | Marcel Holtmann | 2008-06-08 | 2 | -21/+9 | |
| | | ||||||
| * | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 9 | -130/+124 | |
| | | ||||||
| * | Don't abstract functions that are only used once | Marcel Holtmann | 2008-06-07 | 3 | -29/+26 | |
| | | ||||||
| * | Remove another unused function | Marcel Holtmann | 2008-06-07 | 2 | -12/+0 | |
| | | ||||||
| * | Make helper function static and local | Marcel Holtmann | 2008-06-07 | 2 | -3/+1 | |
| | | ||||||
| * | Remove unused defines | Marcel Holtmann | 2008-06-07 | 1 | -3/+0 | |
| | | ||||||
| * | No need to check for dbus-glib | Marcel Holtmann | 2008-06-07 | 1 | -5/+0 | |
| | | ||||||
| * | Don't consider mainloop integration of dbus-glib | Marcel Holtmann | 2008-06-07 | 1 | -14/+0 | |
| | | ||||||
| * | Remove another obsolete function | Marcel Holtmann | 2008-06-07 | 2 | -17/+0 | |
| | | ||||||
| * | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 16 | -106/+106 | |
| | | ||||||
| * | Use gdbus API for signal sending with valist | Marcel Holtmann | 2008-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | Add proper signal sending helpers | Marcel Holtmann | 2008-06-07 | 2 | -9/+34 | |
| | | ||||||
| * | Remove obsolete dbus_connection_get_object_user_data function | Marcel Holtmann | 2008-06-07 | 2 | -11/+0 | |
| | | ||||||
| * | Removed memory leak | Claudio Takahasi | 2008-06-07 | 1 | -0/+3 | |
| | | ||||||
| * | Removed dbus_connection_get_object_user_data call | Claudio Takahasi | 2008-06-07 | 1 | -60/+29 | |
| | | ||||||
| * | Removed ba2adapter function | Claudio Takahasi | 2008-06-07 | 4 | -44/+24 | |
| | | ||||||
| * | Fix invalid read and get rid of using object path user data | Marcel Holtmann | 2008-06-07 | 1 | -61/+74 | |
| | |