summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug memory leak in OOR device listJohan Hedberg2006-12-181-2/+5
* Code cleanupJohan Hedberg2006-12-181-23/+7
* Missing autostart requirements: it is necessary make it configurable.Claudio Takahasi2006-12-041-0/+5
* Reporting missing authorization requests cancel when stopping/unregistering a...Claudio Takahasi2006-12-041-0/+4
* Reporting dbus-api "void" confuse meaning for message repliesClaudio Takahasi2006-12-041-0/+8
* reporting missing functionality: AuthorizeService and CancelAuthorizationProc...Claudio Takahasi2006-12-041-0/+5
* 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
* Send RemoteDeviceDisconnected for all connected devices when HCI_DEV_DOWN eve...Claudio Takahasi2006-11-291-7/+24
* new issue: how reply properly to a msg sent to not registered service pathClaudio Takahasi2006-11-281-0/+10
* Fixed code standard for dbus_message_get_args: check the return value instead...Claudio Takahasi2006-11-283-263/+66
* Updated TODO listClaudio Takahasi2006-11-271-3/+20
* Updated possible errors returned by Manager methodsClaudio Takahasi2006-11-231-0/+36
* 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
* Add first draft XML based service record registrationMarcel Holtmann2006-11-222-0/+114
* TypoMarcel Holtmann2006-11-221-1/+1
* Fall back to hcid.conf setting if offmode=devdown, mode is "off", and somebod...Johan Hedberg2006-11-211-7/+5
* 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 Aut...Claudio Takahasi2006-11-201-0/+2
* Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent doe...Claudio Takahasi2006-11-201-0/+3
* Fixed seg fault: reply Auth agent does not exist if there isn't a default one.Claudio Takahasi2006-11-201-0/+3
* Fix dependency for concurrent buildsMarcel Holtmann2006-11-201-0/+2
* Create a HCI library for easier linkingMarcel Holtmann2006-11-171-11/+15
* Use permanent connection to SDP serverMarcel Holtmann2006-11-175-79/+57
* Register service record for all local adaptersMarcel Holtmann2006-11-172-2/+2
* Fixed service agent message forward and message unrefClaudio Takahasi2006-11-171-1/+3
* Fixed memory leak: missing message unrefClaudio Takahasi2006-11-171-0/+3
* Fix linking with expat libraryMarcel Holtmann2006-11-171-0/+4
* Check if the service path is valid: Avoid seg fault when there isn't D-Bus da...Claudio Takahasi2006-11-171-0/+6
* Added pre-allocate service record handlesClaudio Takahasi2006-11-163-6/+14
* Fixed memory leak if service auto start failsClaudio Takahasi2006-11-161-1/+5
* Use get_record_data_t instead of void pointer to track get remote service rec...Claudio Takahasi2006-11-161-28/+27
* Remove org.bluez.SDP interfaceMarcel Holtmann2006-11-141-20/+0
* Appends a block of fixed-length bytes instead of call multiple times dbus_mes...Claudio Takahasi2006-11-141-4/+3
* Update fix for memory leakMarcel Holtmann2006-11-141-4/+3
* Add offmode config option for defining SetMode("off") behaviourJohan Hedberg2006-11-147-4/+52
* Fixed memory leakClaudio Takahasi2006-11-141-9/+11
* Removed org.bluez.SDP interfaceClaudio Takahasi2006-11-143-861/+0
* Don't call sdp_str2svclass twiceJohan Hedberg2006-11-141-1/+1
* Add hsp to friendly service namesJohan Hedberg2006-11-141-0/+1
* Add name attribute to annotate variable fieldsMarcel Holtmann2006-11-141-0/+13
* Add support for storing SDP recordMarcel Holtmann2006-11-131-7/+59