summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
* adapter: adding adapter_get_device functionVinicius Gomes2008-03-202-0/+20
|
* 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
|
* 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
|
* 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
|
* 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
|
* agent_release is already called through agent_free and doesn't need to be publicJohan Hedberg2008-03-143-23/+18
|
* Add first draft of a simple agent implementation for the new APIMarcel Holtmann2008-03-142-1/+48
|
* Fix calling of agent release functionMarcel Holtmann2008-03-142-4/+3
|
* Call agent_release at appropriate placesJohan Hedberg2008-03-141-0/+19
|
* initialize agent moduleJohan Hedberg2008-03-141-0/+5
|
* Send replies to agent register and unregister methodsJohan Hedberg2008-03-141-3/+15
|
* Add initial code for new agent interfaceJohan Hedberg2008-03-145-8/+698
|
* Fix use of g_strdup and g_free that already handle NULL pointers and some ↵Luiz Augusto von Dentz2008-03-142-23/+23
| | | | coding style fixes.
* Add initial code of adapter CreatePairedDevice.Luiz Augusto von Dentz2008-03-142-48/+109
|
* Add support for having the new manager interface on root pathMarcel Holtmann2008-03-135-14/+205
|
* Add experimental adapter signals DeviceFound and DeviceDisappeared.Luiz Augusto von Dentz2008-03-131-21/+78
|
* Added new function to remove the listener based on integer identificationClaudio Takahasi2008-03-132-0/+19
|
* Fixed memory leak when removing uuid duplicatedCidorvan Leite2008-03-131-3/+7
|
* Created devices from linkkeysCidorvan Leite2008-03-134-7/+27
|
* Introduce RegisterAgent and UnregisterAgent adapter methods.Luiz Augusto von Dentz2008-03-131-0/+32
|
* Mark adapter PropertyChanged experimental.Luiz Augusto von Dentz2008-03-131-8/+14
|
* Fix device GetProperties.Luiz Augusto von Dentz2008-03-131-1/+1
|
* Fix Alias device property to behave according the documentation and UUIDs typo.Luiz Augusto von Dentz2008-03-131-8/+39
|