summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-16adapter: Convert ccc fileFrédéric Danis2-0/+80
2012-12-16device: Store services in device's attributes fileFrédéric Danis3-37/+53
2012-12-16device : Add EndGroupHandle key in attributes storageFrédéric Danis3-6/+20
2012-12-16test: Update map-client to use D-Bus properties interfaceLuiz Augusto von Dentz1-2/+2
2012-12-16obex-client: Port transfer code to use D-Bus properties interfaceLuiz Augusto von Dentz2-18/+74
2012-12-16obex-client: Port session code to use D-Bus properties interfaceLuiz Augusto von Dentz2-41/+51
2012-12-16obex-client: Port MAP module to use D-Bus properties interfaceLuiz Augusto von Dentz1-137/+178
2012-12-16core: Remove unused emit_array_property_changed functionLucas De Marchi2-30/+0
2012-12-16core: Fix leftover signal for UUIDs propertyLucas De Marchi1-20/+8
2012-12-16gdbus: Fix race condition with creating duplicate client proxiesMarcel Holtmann1-0/+23
2012-12-16gdbus: Fix issue with unref of client while parsing interfacesMarcel Holtmann1-0/+8
2012-12-15emulator: Add support for setting Bluetooth device addressMarcel Holtmann2-0/+10
2012-12-15gdbus: Fix issue with unref of client in connect handlerMarcel Holtmann1-0/+8
2012-12-15build: Only compile actually selected binariesMarcel Holtmann1-63/+66
2012-12-15client: Add support for removing a device/pairingMarcel Holtmann1-0/+60
2012-12-15client: Add support for triggering pairingMarcel Holtmann1-11/+66
2012-12-15core: Remove support for device pair method parametersMarcel Holtmann1-13/+5
2012-12-15doc: Remove parameters for device pairing methodMarcel Holtmann1-8/+11
2012-12-15client: Fix memory leak from readline input callbackMarcel Holtmann1-4/+7
2012-12-15client: Print warning if leaking a proxy objectMarcel Holtmann1-0/+8
2012-12-15client: Reset default controller and device list on disconnectMarcel Holtmann1-2/+5
2012-12-15core: Use timeout with high priority for watchdog keep-aliveMarcel Holtmann1-2/+4
2012-12-15build: Limit GATT example plugin to maintainer modeMarcel Holtmann1-3/+5
2012-12-15core: Fix adapter name setting when powered offJohan Hedberg1-12/+3
2012-12-15client: Handle device list when switching controllersMarcel Holtmann1-0/+6
2012-12-15client: Add support for tracking remote devicesMarcel Holtmann1-7/+83
2012-12-15client: Handle printing of properties with int16 typeMarcel Holtmann1-3/+29
2012-12-15client: Handle printing of empty property iteratorsMarcel Holtmann1-0/+8
2012-12-15client: Add support for running discoveryMarcel Holtmann1-4/+53
2012-12-15core: Add agent registration handling of agent managerMarcel Holtmann1-1/+111
2012-12-15client: Print message when agent gets released by managerMarcel Holtmann1-0/+4
2012-12-15client: Add support for registering agent handlingMarcel Holtmann1-6/+76
2012-12-15client: Remove extra empty lineMarcel Holtmann1-1/+0
2012-12-15gdbus: Add support for D-Bus client method callsMarcel Holtmann2-0/+82
2012-12-15client: Use constants for agent path and interface stringsMarcel Holtmann1-6/+8
2012-12-15client: Add support for handling agent object registrationMarcel Holtmann4-3/+157
2012-12-14client: Add helper function for checking default controllerMarcel Holtmann1-8/+20
2012-12-14client: Use common header for display functionsMarcel Holtmann3-14/+38
2012-12-14core: Add empty stubs for agent managerMarcel Holtmann3-0/+40
2012-12-14core: Remove extra empty lineMarcel Holtmann1-1/+0
2012-12-14doc: Describe the new agent manager supportMarcel Holtmann1-0/+60
2012-12-14client: Remove extra comma from the outputMarcel Holtmann1-1/+1
2012-12-14client: Print controller details when property changesMarcel Holtmann1-1/+12
2012-12-14client: Ignore property changes from other objectsMarcel Holtmann1-3/+9
2012-12-14client: Print any received signalMarcel Holtmann1-0/+4
2012-12-14client: Listen to property change notificationsMarcel Holtmann1-14/+33
2012-12-14gdbus: Add callback support for handling property changesMarcel Holtmann2-10/+31
2012-12-14gdbus: Handle property changed signals and update propertyMarcel Holtmann1-31/+107
2012-12-14gdbus: Set property changed filter match rule for each proxyMarcel Holtmann1-40/+57
2012-12-14gdbus: Use a GPtrArray for the match rulesMarcel Holtmann1-18/+24