summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-12-14dbusoob: Append version to OutOfBand interfaceLuiz Augusto von Dentz1-1/+1
2012-12-12plugins: Remove service plugin (replaced by Profile interface)Johan Hedberg1-589/+0
2012-12-10core: Pass explicit address type info when creating device objectsJohan Hedberg2-3/+3
2012-12-09build: Remove unused empty storage plugin stubMarcel Holtmann1-43/+0
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg9-0/+36
2012-12-05Use the entire include path for gdbus.hLucas De Marchi3-3/+3
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi9-36/+0
2012-12-04core: Remove unused event.{c,h}Johan Hedberg2-2/+0
2012-12-04core: Remove unnecessary btd_event_remote_name functionJohan Hedberg2-6/+11
2012-12-03adaptername: Fix passing negative error code to strerrorSzymon Janc1-4/+4
2012-12-03adaptername: Refactor adaptername_init/exit to fix exit pathSzymon Janc1-20/+39
2012-11-28wiimote: add Wii-Remote-Plus ID and name detectionDavid Herrmann1-7/+26
2012-11-26formfactor: Remove not needed empty remove callbackSzymon Janc1-5/+0
2012-11-26adaptername: Remove not needed empty remove callbackSzymon Janc1-5/+0
2012-11-26adapter: Call driver remove callback when unregistering driverSzymon Janc1-2/+0
2012-11-21neard: Be more consistent in error handling and variable namingJohan Hedberg1-31/+32
2012-11-21neard: Set device class in device objectFrédéric Danis1-17/+15
2012-11-20build: Remove stupid -I directivesMarcel Holtmann1-5/+5
2012-11-20neard: Append hash/randomizer in EIR only if remote provided itSzymon Janc1-34/+56
2012-11-20neard: Add support for nokia.com:bt typeSzymon Janc1-2/+196
2012-11-20neard: Move device object checking into separate helperSzymon Janc1-18/+29
2012-11-20neard: Use ENONET error when adapter is not enabledSzymon Janc1-1/+1
2012-11-16dbusoob: Set device class in device objectFrédéric Danis1-4/+5
2012-11-13neard: Set device name in cacheFrédéric Danis1-2/+3
2012-11-13dbusoob: Create device object and return it when adding OOB dataSzymon Janc1-4/+24
2012-11-09plugins: Remove GATT enable optionMarcel Holtmann1-8/+0
2012-10-31dbusoob: Set device name in device objectFrédéric Danis1-1/+1
2012-10-25adapter: Read mode in storage at initFrédéric Danis1-1/+1
2012-10-25adaptername: Retrieve config name from adapterFrédéric Danis1-2/+4
2012-10-09service: Fix passing stack variable as reference valueLuiz Augusto von Dentz1-8/+2
2012-10-05mgmt: Constify use of bdaddr_t pointer parametersSzymon Janc1-2/+3
2012-10-05device: Convert device_get_address into simple getterSzymon Janc1-3/+1
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc5-59/+31
2012-10-03neard: Implement RequestOOB functionSzymon Janc1-1/+89
2012-10-03neard: Implement PushOOB functionSzymon Janc1-7/+247
2012-10-03Add initial neard plugin implementationSzymon Janc1-0/+218
2012-10-03oob: Refactor oob callback handling and move it to adapter codeSzymon Janc1-49/+13
2012-10-03mgmt: Handle missing randomizer in mgmt_add_remote_oob_dataSzymon Janc1-7/+0
2012-10-02core: Move sdp_xml_parse_record from service plugin to sdp-xml.cJohan Hedberg1-203/+0
2012-10-02service: Remove extra memory copying from cancel_authorizationSzymon Janc1-5/+0
2012-10-01adapter: Use authorization id for cancellingMikel Astiz1-7/+11
2012-09-21wiimote: add Wii Balance Board detectionDavid Herrmann1-0/+1
2012-09-21service: Fix DBusMessage leakJohan Hedberg1-3/+2
2012-09-21dbusoob: Simplify DBusConnection object handlingAndrzej Kaczmarek1-8/+7
2012-09-21service: Simplify DBusConnection object handlingAndrzej Kaczmarek1-45/+29
2012-09-21Rename get_dbus_connection to btd_get_dbus_connectionAndrzej Kaczmarek1-1/+1
2012-09-05adaptername: Refactor handle_inotify_cbSzymon Janc1-24/+24
2012-09-03core: replace NULL by dbus invalid argumentsChan-yeol Park1-4/+4
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg3-0/+5
2012-08-17service: Fix reference counting for serv_adapter->adapterJohan Hedberg1-1/+6