summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add adapter to agent_create.Luiz Augusto von Dentz2008-03-203-5/+6
| |
| * Use correct method nameJohan Hedberg2008-03-201-1/+1
| |
| * Make sure to reset agent->request upon freeing the requestJohan Hedberg2008-03-201-0/+2
| |
| * Fix invalid dbus_pending_call_cancel callJohan Hedberg2008-03-201-1/+0
| |
| * Fix uninitialized memory accessJohan Hedberg2008-03-201-3/+3
| |
| * Fix parameter passing to adapter_get_deviceJohan Hedberg2008-03-201-2/+3
| |
| * Implement support for new Agent.RequestPasskeyJohan Hedberg2008-03-202-1/+75
| |
| * Fix strconcat bugMarcel Holtmann2008-03-201-1/+1
| |
| * device: adding device_remove functionVinicius Gomes2008-03-202-0/+8
| |
| * Emit device PropertyChanged properly and fix adapter signals to be emmitted ↵Luiz Augusto von Dentz2008-03-203-19/+190
| | | | | | | | in old and new path when necessary.
| * Added adapter UpdateServiceRecord implementationClaudio Takahasi2008-03-203-32/+18
| |
| * Add support for PS3 remote devicesMarcel Holtmann2008-03-201-3/+335
| |
| * adapter: fixing the parameter list of the adapter_get_device functionVinicius Gomes2008-03-202-3/+3
| |
| * adapter: adding adapter_get_device functionVinicius Gomes2008-03-202-0/+20
| |
| * Fix wrong error messageMarcel Holtmann2008-03-201-1/+1
| |
| * Make dbus_connection_emit_property_changed to perform checks as ↵Luiz Augusto von Dentz2008-03-201-11/+36
| | | | | | | | dbus_connection_emit_signal_valist does.
| * Implement basic support for new service record registrationMarcel Holtmann2008-03-153-33/+88
| |
| * Add command to test service record registrationMarcel Holtmann2008-03-151-0/+15
| |
| * Remove some unneeded experimental checksMarcel Holtmann2008-03-152-36/+0
| |
| * Add skeletons for service record methodsMarcel Holtmann2008-03-151-54/+116
| |
| * Add methods for dealing with service record registrationMarcel Holtmann2008-03-151-0/+29
| |
| * Update string type handlingMarcel Holtmann2008-03-143-47/+48
| |
| * Add more commands to the device testing scriptMarcel Holtmann2008-03-141-13/+75
| |
| * Fail with error on unknown commandsMarcel Holtmann2008-03-141-0/+3
| |
| * Add missing commands to adapter test scriptMarcel Holtmann2008-03-141-5/+35
| |
| * Fix RequestMode when no agent is registered or the new mode is the same.Luiz Augusto von Dentz2008-03-141-1/+4
| |
| * Add handling for mode/name setting and retrievalMarcel Holtmann2008-03-141-5/+21
| |
| * Use the new root path for the manager objectMarcel Holtmann2008-03-142-4/+2
| |
| * Move private structs from adapter.c to adapter.hLuiz Augusto von Dentz2008-03-142-15/+15
| |
| * Add script for testing adapter functionsMarcel Holtmann2008-03-142-1/+28
| |
| * Fix style for strings and printMarcel Holtmann2008-03-141-8/+9
| |
| * Introduce adapter method RequestMode.Luiz Augusto von Dentz2008-03-142-0/+76
| |
| * Add example script for testing discovery procedureMarcel Holtmann2008-03-142-1/+44
| |
| * Fix RSSI dbus type.Luiz Augusto von Dentz2008-03-141-1/+1
| |
| * Make sure the request type is set so agent_free does the right thing in all ↵Johan Hedberg2008-03-141-4/+6
| | | | | | | | scenarios
| * Remove Agent.Confirm since there's no final consensus about it yetJohan Hedberg2008-03-142-63/+1
| |
| * Agent cleanupJohan Hedberg2008-03-143-26/+22
| |
| * fixed wrong manager's path destroy callClaudio Takahasi2008-03-141-1/+4
| |
| * verify experimental flag before register the device pathClaudio Takahasi2008-03-141-2/+2
| |
| * Add callback implementation for ConfirmModeChangeMarcel Holtmann2008-03-141-0/+6
| |
| * Update object paths to new rootMarcel Holtmann2008-03-142-2/+2
| |
| * Implement agent_cancel and agent_request_mode_changeJohan Hedberg2008-03-141-84/+91
| |
| * added new adapter/device D-Bus pathClaudio Takahasi2008-03-145-34/+112
| |
| * Fix coding style.Luiz Augusto von Dentz2008-03-141-9/+11
| |
| * Add placeholder for Agent.ConfirmModeChangeJohan Hedberg2008-03-142-0/+9
| |
| * Fix adapter signal DeviceFound to emit RSSI and Name.Luiz Augusto von Dentz2008-03-141-7/+15
| |
| * Use correct function to free agent requestJohan Hedberg2008-03-141-3/+1
| |
| * Mention the special of DefaultAdapterChanged and no adaptersMarcel Holtmann2008-03-141-0/+5
| |
| * Use correct function to free agent requestJohan Hedberg2008-03-141-3/+1
| |
| * Add some checks to disallow multiple simultaneous agent requestsJohan Hedberg2008-03-141-1/+8
| |