summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use textfile_casedel() for deleting the link keyMarcel Holtmann2006-11-071-1/+1
* Changed Started/Stopped signal interfaceClaudio Takahasi2006-11-072-3/+3
* Added autostart feature when calling RegisterServiceClaudio Takahasi2006-11-073-15/+80
* AddServiceRecord: register the record with the sdpd if the service agent is a...Claudio Takahasi2006-11-011-0/+29
* Added AddServiceRecord and RemoveServiceRecordClaudio Takahasi2006-11-011-0/+21
* Fix SDP service record registrationMarcel Holtmann2006-11-011-4/+7
* Moved service record methods from Service to Manager interfaceClaudio Takahasi2006-11-012-111/+131
* Add authorization part of the new Authorization APIUlisses Furquim2006-11-012-103/+371
* Add Rejected error function and export othersUlisses Furquim2006-11-012-2/+12
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-0115-719/+265
* Don't return a boolean in the authorize callbackMarcel Holtmann2006-11-011-3/+1