summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* 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 cod...Luiz Augusto von Dentz2008-03-142-23/+23
* 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
* uuids inserted sortedCidorvan Leite2008-03-131-1/+2
* Fix UUID list and class displayMarcel Holtmann2008-03-131-5/+7
* Removed uuids repeatedCidorvan Leite2008-03-131-1/+2
* Adapter: adding the new FindDevice method and documentation.Vinicius Gomes2008-03-131-0/+35
* Add device SetProperty implementation and mark it and GetProperties experimen...Luiz Augusto von Dentz2008-03-132-2/+95
* Move error_unknown_method to libhelper.Luiz Augusto von Dentz2008-03-132-16/+0
* Add script for listing device propertiesMarcel Holtmann2008-03-132-3/+55
* Mark adapter SetProperty and GetProperties as experimental.Luiz Augusto von Dentz2008-03-131-0/+6
* cleanup: removed device's static D-Bus connection referenceClaudio Takahasi2008-03-135-29/+15
* RemoveDevice: Removing stored dataClaudio Takahasi2008-03-123-2/+21
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-126-104/+47
* Add Mode property to adapter and make use of g_str_equal witch is now availab...Luiz Augusto von Dentz2008-03-121-14/+29
* Emit PropertyChanged when property changes in adapter.Luiz Augusto von Dentz2008-03-122-0/+36
* Hook up server probe/remove callbacksMarcel Holtmann2008-03-124-0/+32
* Export server register/unregister functionsMarcel Holtmann2008-03-121-0/+3
* Remove unneeded includeMarcel Holtmann2008-03-121-1/+0
* Remove the local D-Bus setupMarcel Holtmann2008-03-124-132/+12
* Added RemoveDeviceClaudio Takahasi2008-03-122-1/+27
* Emitting DeviceCreated signalClaudio Takahasi2008-03-121-0/+7
* Unregister the devices when adapter is downClaudio Takahasi2008-03-121-0/+7
* Register persistent devicesClaudio Takahasi2008-03-121-0/+27
* Add skeleton for telephony abstractionMarcel Holtmann2008-03-123-1/+72
* connection ref can't be NULL when device_destroy is calledClaudio Takahasi2008-03-111-3/+3
* Added array support for dictClaudio Takahasi2008-03-111-1/+3