Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add adapter to agent_create. | Luiz Augusto von Dentz | 2008-03-20 | 3 | -5/+6 | |
| | | ||||||
| * | Use correct method name | Johan Hedberg | 2008-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure to reset agent->request upon freeing the request | Johan Hedberg | 2008-03-20 | 1 | -0/+2 | |
| | | ||||||
| * | Fix invalid dbus_pending_call_cancel call | Johan Hedberg | 2008-03-20 | 1 | -1/+0 | |
| | | ||||||
| * | Fix uninitialized memory access | Johan Hedberg | 2008-03-20 | 1 | -3/+3 | |
| | | ||||||
| * | Fix parameter passing to adapter_get_device | Johan Hedberg | 2008-03-20 | 1 | -2/+3 | |
| | | ||||||
| * | Implement support for new Agent.RequestPasskey | Johan Hedberg | 2008-03-20 | 2 | -1/+75 | |
| | | ||||||
| * | Fix strconcat bug | Marcel Holtmann | 2008-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | device: adding device_remove function | Vinicius Gomes | 2008-03-20 | 2 | -0/+8 | |
| | | ||||||
| * | Emit device PropertyChanged properly and fix adapter signals to be emmitted ↵ | Luiz Augusto von Dentz | 2008-03-20 | 3 | -19/+190 | |
| | | | | | | | | in old and new path when necessary. | |||||
| * | Added adapter UpdateServiceRecord implementation | Claudio Takahasi | 2008-03-20 | 3 | -32/+18 | |
| | | ||||||
| * | Add support for PS3 remote devices | Marcel Holtmann | 2008-03-20 | 1 | -3/+335 | |
| | | ||||||
| * | adapter: fixing the parameter list of the adapter_get_device function | Vinicius Gomes | 2008-03-20 | 2 | -3/+3 | |
| | | ||||||
| * | adapter: adding adapter_get_device function | Vinicius Gomes | 2008-03-20 | 2 | -0/+20 | |
| | | ||||||
| * | Fix wrong error message | Marcel Holtmann | 2008-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | Make dbus_connection_emit_property_changed to perform checks as ↵ | Luiz Augusto von Dentz | 2008-03-20 | 1 | -11/+36 | |
| | | | | | | | | dbus_connection_emit_signal_valist does. | |||||
| * | Implement basic support for new service record registration | Marcel Holtmann | 2008-03-15 | 3 | -33/+88 | |
| | | ||||||
| * | Add command to test service record registration | Marcel Holtmann | 2008-03-15 | 1 | -0/+15 | |
| | | ||||||
| * | Remove some unneeded experimental checks | Marcel Holtmann | 2008-03-15 | 2 | -36/+0 | |
| | | ||||||
| * | Add skeletons for service record methods | Marcel Holtmann | 2008-03-15 | 1 | -54/+116 | |
| | | ||||||
| * | Add methods for dealing with service record registration | Marcel Holtmann | 2008-03-15 | 1 | -0/+29 | |
| | | ||||||
| * | Update string type handling | Marcel Holtmann | 2008-03-14 | 3 | -47/+48 | |
| | | ||||||
| * | Add more commands to the device testing script | Marcel Holtmann | 2008-03-14 | 1 | -13/+75 | |
| | | ||||||
| * | Fail with error on unknown commands | Marcel Holtmann | 2008-03-14 | 1 | -0/+3 | |
| | | ||||||
| * | Add missing commands to adapter test script | Marcel Holtmann | 2008-03-14 | 1 | -5/+35 | |
| | | ||||||
| * | Fix RequestMode when no agent is registered or the new mode is the same. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -1/+4 | |
| | | ||||||
| * | Add handling for mode/name setting and retrieval | Marcel Holtmann | 2008-03-14 | 1 | -5/+21 | |
| | | ||||||
| * | Use the new root path for the manager object | Marcel Holtmann | 2008-03-14 | 2 | -4/+2 | |
| | | ||||||
| * | Move private structs from adapter.c to adapter.h | Luiz Augusto von Dentz | 2008-03-14 | 2 | -15/+15 | |
| | | ||||||
| * | Add script for testing adapter functions | Marcel Holtmann | 2008-03-14 | 2 | -1/+28 | |
| | | ||||||
| * | Fix style for strings and print | Marcel Holtmann | 2008-03-14 | 1 | -8/+9 | |
| | | ||||||
| * | Introduce adapter method RequestMode. | Luiz Augusto von Dentz | 2008-03-14 | 2 | -0/+76 | |
| | | ||||||
| * | Add example script for testing discovery procedure | Marcel Holtmann | 2008-03-14 | 2 | -1/+44 | |
| | | ||||||
| * | Fix RSSI dbus type. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure the request type is set so agent_free does the right thing in all ↵ | Johan Hedberg | 2008-03-14 | 1 | -4/+6 | |
| | | | | | | | | scenarios | |||||
| * | Remove Agent.Confirm since there's no final consensus about it yet | Johan Hedberg | 2008-03-14 | 2 | -63/+1 | |
| | | ||||||
| * | Agent cleanup | Johan Hedberg | 2008-03-14 | 3 | -26/+22 | |
| | | ||||||
| * | fixed wrong manager's path destroy call | Claudio Takahasi | 2008-03-14 | 1 | -1/+4 | |
| | | ||||||
| * | verify experimental flag before register the device path | Claudio Takahasi | 2008-03-14 | 1 | -2/+2 | |
| | | ||||||
| * | Add callback implementation for ConfirmModeChange | Marcel Holtmann | 2008-03-14 | 1 | -0/+6 | |
| | | ||||||
| * | Update object paths to new root | Marcel Holtmann | 2008-03-14 | 2 | -2/+2 | |
| | | ||||||
| * | Implement agent_cancel and agent_request_mode_change | Johan Hedberg | 2008-03-14 | 1 | -84/+91 | |
| | | ||||||
| * | added new adapter/device D-Bus path | Claudio Takahasi | 2008-03-14 | 5 | -34/+112 | |
| | | ||||||
| * | Fix coding style. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -9/+11 | |
| | | ||||||
| * | Add placeholder for Agent.ConfirmModeChange | Johan Hedberg | 2008-03-14 | 2 | -0/+9 | |
| | | ||||||
| * | Fix adapter signal DeviceFound to emit RSSI and Name. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -7/+15 | |
| | | ||||||
| * | Use correct function to free agent request | Johan Hedberg | 2008-03-14 | 1 | -3/+1 | |
| | | ||||||
| * | Mention the special of DefaultAdapterChanged and no adapters | Marcel Holtmann | 2008-03-14 | 1 | -0/+5 | |
| | | ||||||
| * | Use correct function to free agent request | Johan Hedberg | 2008-03-14 | 1 | -3/+1 | |
| | | ||||||
| * | Add some checks to disallow multiple simultaneous agent requests | Johan Hedberg | 2008-03-14 | 1 | -1/+8 | |
| | |