summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog and bump version numberutils-3.8Marcel Holtmann2006-12-252-1/+14
|
* Add missing includeMarcel Holtmann2006-12-251-0/+1
|
* Add support for GetRemoteFeatures methodMarcel Holtmann2006-12-252-0/+60
|
* Disable methods that are marked as experimentalMarcel Holtmann2006-12-253-8/+45
|
* Add more experimental markersMarcel Holtmann2006-12-251-6/+4
|
* Add missing experimental markerMarcel Holtmann2006-12-251-9/+8
|
* Remove ylwrap on cleanupMarcel Holtmann2006-12-241-1/+1
|
* Add authentication, encryption and role switch optionsMarcel Holtmann2006-12-242-9/+73
|
* More accurate class of device decoding for hcitool and hciconfigJohan Hedberg2006-12-202-11/+139
|
* Update method names to resemble more closely the current API draftJohan Hedberg2006-12-191-5/+3
|
* Plug memory leak in OOR device listJohan Hedberg2006-12-181-2/+5
|
* Code cleanupJohan Hedberg2006-12-181-23/+7
|
* Add initial version of the audio API documentMarcel Holtmann2006-12-062-0/+43
|
* Missing autostart requirements: it is necessary make it configurable.Claudio Takahasi2006-12-041-0/+5
|
* Reporting missing authorization requests cancel when stopping/unregistering ↵Claudio Takahasi2006-12-041-0/+4
| | | | adapters
* Reporting dbus-api "void" confuse meaning for message repliesClaudio Takahasi2006-12-041-0/+8
|
* reporting missing functionality: AuthorizeService and ↵Claudio Takahasi2006-12-041-0/+5
| | | | CancelAuthorizationProcess must be accepted in the adapters path
* More robust handling of scan mode change during a HCI_DEV_UP eventJohan Hedberg2006-12-041-39/+47
|
* Truested devices:changed error names and integration with AuthorizeServiceClaudio Takahasi2006-12-045-9/+33
|
* Add device ids for Logitech diNovo Laser keyboard and mouseMarcel Holtmann2006-12-031-0/+2
|
* Send RemoteDeviceDisconnected for all connected devices when HCI_DEV_DOWN ↵Claudio Takahasi2006-11-291-7/+24
| | | | event is received
* new issue: how reply properly to a msg sent to not registered service pathClaudio Takahasi2006-11-281-0/+10
|
* Support for providing input and output files for audioJohan Hedberg2006-11-281-5/+157
|
* Fixed code standard for dbus_message_get_args: check the return value ↵Claudio Takahasi2006-11-283-263/+66
| | | | instead of the error content
* Updated TODO listClaudio Takahasi2006-11-271-3/+20
|
* Add simple introspection supportJohan Hedberg2006-11-271-0/+4
|
* Implement SpeakerGainChanged and MicrophoneGainChanged signalsJohan Hedberg2006-11-271-1/+34
|
* Use multibyte friendly checks instead of isprint()Marcel Holtmann2006-11-262-10/+18
|
* More implementation. E.g. signals and Play and Stop methodsJohan Hedberg2006-11-241-77/+266
|
* Implement AT command parsingJohan Hedberg2006-11-241-8/+119
|
* Updated possible errors returned by Manager methodsClaudio Takahasi2006-11-231-0/+36
|
* Don't forget to mention the --xml option in the manual pageMarcel Holtmann2006-11-231-4/+4
|
* Add support for XML view of service recordsMarcel Holtmann2006-11-232-5/+37
|
* Implement ring timer and CancelRinging methodJohan Hedberg2006-11-221-5/+78
|
* Fix RING stringJohan Hedberg2006-11-221-1/+1
|
* Implement Ring methodJohan Hedberg2006-11-221-1/+39
|
* CleanupJohan Hedberg2006-11-221-16/+10
|
* Use AddServiceRecordFromXML as method nameMarcel Holtmann2006-11-223-3/+3
|
* Add examples for SPP and FTPMarcel Holtmann2006-11-223-1/+64
|
* Add another example service recordMarcel Holtmann2006-11-223-11/+38
|
* Use "boolean" instead of "bool"Marcel Holtmann2006-11-221-1/+1
|
* Fix UUID16 parsingMarcel Holtmann2006-11-221-1/+3
|
* Add first draft XML based service record registrationMarcel Holtmann2006-11-226-26/+845
|
* TypoMarcel Holtmann2006-11-221-1/+1
|
* Don't change scan enable on devupMarcel Holtmann2006-11-211-5/+0
|
* Fall back to hcid.conf setting if offmode=devdown, mode is "off", and ↵Johan Hedberg2006-11-211-7/+5
| | | | somebody does a DEVUP
* Improve "off" mode behaviour when offmode=devdownJohan Hedberg2006-11-212-7/+21
|
* Add support for XML based service recordsMarcel Holtmann2006-11-211-33/+96
|
* Send a Cancel msg to the Auth agent when NoReply(timeout) msg arrives for ↵Claudio Takahasi2006-11-201-0/+2
| | | | Authorize request
* Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent ↵Claudio Takahasi2006-11-201-0/+3
| | | | does not exist if there isn't a default one.