summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add hsp to friendly service namesJohan Hedberg2006-11-141-0/+1
| |
| * Add name attribute to annotate variable fieldsMarcel Holtmann2006-11-141-0/+13
| |
| * Very basic functionality for bt.headsetdJohan Hedberg2006-11-131-0/+503
| |
| * Add support for storing SDP recordMarcel Holtmann2006-11-131-7/+59
| |
| * Replaced string_t by sdp_buf_tClaudio Takahasi2006-11-131-29/+31
| |
| * Starting with dbus-0.95 the DBUS_API_SUBJECT_TO_CHANGE is obsoleteMarcel Holtmann2006-11-131-1/+1
| |
| * Call Register asynchronouslyJohan Hedberg2006-11-131-18/+24
| |
| * 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
| |
| * Establish well known name for input serviceMarcel Holtmann2006-11-133-1/+30
| |
| * Add missing dbus-device.hMarcel Holtmann2006-11-131-0/+23
| |
| * Preparation for the Input interface implementationJohan Hedberg2006-11-131-8/+19
| |
| * Add skeleton for headset daemonMarcel Holtmann2006-11-132-1/+39
| |
| * code cleanup/fixesJohan Hedberg2006-11-131-3/+11
| |
| * Add D-Bus name setup to common functionMarcel Holtmann2006-11-134-26/+23
| |
| * Cleanup SDP XML supportMarcel Holtmann2006-11-134-18/+78
| |
| * Link the Expat libraryMarcel Holtmann2006-11-131-0/+4
| |
| * Add Expat library check and dummy skeletonMarcel Holtmann2006-11-134-5/+25
| |
| * Add skeleton for expat supportMarcel Holtmann2006-11-132-1/+1
| |
| * Initial service skeleton for bt.inputdJohan Hedberg2006-11-114-1/+271
| |
| * Cleanup of rfcomm exec command patchJohan Hedberg2006-11-101-4/+6
| |
| * Allow running a command after successful connection creationJohan Hedberg2006-11-101-6/+73
| |
| * Added raw service record to xml conversion functionsClaudio Takahasi2006-11-107-24/+606
| |
| * Support for ListRemoteDevices and ListRecentRemoteDevicesJohan Hedberg2006-11-101-1/+14
| |
| * Implement ListRemoteDevices and ListRecentRemoteDevices methodsJohan Hedberg2006-11-102-0/+143
| |
| * Prevent errno overwriting when unregistering agent service recordsClaudio Takahasi2006-11-091-0/+5
| |
| * Check for GStreamer development libraryMarcel Holtmann2006-11-092-0/+7
| |
| * 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
| | | | | | | | array with an iterator.
| * 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
| |
| * Add textfile_casedel() functionMarcel Holtmann2006-11-072-0/+6
| |
| * Add D-Bus and OpenSync skeletonMarcel Holtmann2006-11-072-2/+39
| |
| * Add configure option for synchronizationMarcel Holtmann2006-11-071-0/+5
| |
| * Only compile synchronization daemon when OpenSync is availableMarcel Holtmann2006-11-071-0/+2
| |
| * Add synchronization daemon skeletonMarcel Holtmann2006-11-074-2/+48
| |
| * Check also for the OpenSync engineMarcel Holtmann2006-11-071-1/+1
| |
| * Add check for the OpenSync librariesMarcel Holtmann2006-11-072-0/+8
| |
| * Changed Started/Stopped signal interfaceClaudio Takahasi2006-11-072-3/+3
| |
| * Added autostart feature when calling RegisterServiceClaudio Takahasi2006-11-073-15/+80
| |
| * Add channel propertyMarcel Holtmann2006-11-011-1/+41
| |
| * AddServiceRecord: register the record with the sdpd if the service agent is ↵Claudio Takahasi2006-11-011-0/+29
| | | | | | | | already running
| * Added AddServiceRecord and RemoveServiceRecordClaudio Takahasi2006-11-011-0/+21
| |