summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * First try at Connect and Disconnect method implementationJohan Hedberg2006-11-151-64/+167
| * 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
| * ..and remove 'c' from getopt args tooJohan Hedberg2006-11-141-1/+1
| * Remove -c from usage print since it's nolonger supportedJohan Hedberg2006-11-141-1/+1
| * Minor cleanupJohan Hedberg2006-11-141-2/+4
| * Don't call sdp_str2svclass twiceJohan Hedberg2006-11-141-1/+1
| * Support for fetching the RFCOMM channel through SDPJohan Hedberg2006-11-141-12/+169
| * 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
| * 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