summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced string_t by sdp_buf_tClaudio Takahasi2006-11-131-29/+31
* Send reply before doing autostartMarcel Holtmann2006-11-131-5/+14
* Small code cleanupMarcel Holtmann2006-11-131-1/+1
* Rename bluez-hcid.conf to bluetooth.confMarcel Holtmann2006-11-132-3/+3
* Add missing dbus-device.hMarcel Holtmann2006-11-131-0/+23
* Add D-Bus name setup to common functionMarcel Holtmann2006-11-131-19/+1
* Added raw service record to xml conversion functionsClaudio Takahasi2006-11-104-23/+170
* Implement ListRemoteDevices and ListRecentRemoteDevices methodsJohan Hedberg2006-11-102-0/+143
* Prevent errno overwriting when unregistering agent service recordsClaudio Takahasi2006-11-091-0/+5
* handling sdp_connect error for service record registrationClaudio Takahasi2006-11-082-11/+28
* Unregister all sdp records when the hcid daemon exitsClaudio Takahasi2006-11-081-0/+3
* Remove the name listener if the service agent is unregisteredClaudio Takahasi2006-11-081-0/+2
* Removed shadow service methodsClaudio Takahasi2006-11-082-32/+0
* Prevent segmentation fault if the D-Bus path data is NULLClaudio Takahasi2006-11-082-4/+6
* Fixed binary service recordClaudio Takahasi2006-11-081-13/+13
* Cleanup: checking service register/unregister return valueClaudio Takahasi2006-11-082-5/+22
* Cleanup: use dbus_message_iter_get_fixed_array instead of walking the entire ...Claudio Takahasi2006-11-081-18/+12
* Register the service record using the binary registration functionClaudio Takahasi2006-11-083-42/+115