summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace asound.conf with a more full-fledged bluetooth.confHEADmasterLennart Poettering2009-03-233-8/+40
| | | | | | | | | | | | | | | The new fragment will introduce device strings that can be given the BT address of the headset as parameter. Also, they integrate 'plug' so that they can be used with any application. This replaces the old 'asound.conf' file which was much more limited. Also since we now install 'bluetooth.conf' to /etc/alsa it is not a good idea to simply call that file 'asound.conf'. Please note that this will install the config fragment but not actually enable it. For that some minor changes to the /etc/asoundrc as shipped by the distro are necessary. It's up to the distributions to do this. How that works in explained in the header of bluetooth.conf.
* fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering2009-03-235-22/+46
|
* Be sure to remove the name listener in serial_port_freeJohan Hedberg2009-03-231-0/+6
|
* Use comma as list separator in audio.conf for consistency with main.confJohan Hedberg2009-03-231-0/+2
|
* Remove incorrect g_io_channel_unref callJohan Hedberg2009-03-231-1/+0
|
* sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka2009-03-142-4/+4
| | | | | | | Buffer position in X array was not always 16-bytes aligned. Strict 16-byte alignment is strictly required for powerpc altivec simd optimizations because altivec does not have support for unaligned vector loads at all.
* Adding version check for plugins.Alok Barsode2009-03-1412-12/+18
|
* Mention Bea's contributionsMarcel Holtmann2009-03-141-0/+1
|
* Don't hide temporary devices on Adapter.ListDevices method.Luiz Augusto von Dentz2009-03-211-3/+0
| | | | Adapter.ListDevices should be consistent with Adapter.Devices property.
* Prevent duplicated adapter from being registered.Luiz Augusto von Dentz2009-03-211-1/+8
|
* Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz2009-03-211-17/+12
| | | | | 'frame.joint' is not the flag for joint stereo mode, it is a set of bits which show for which subbands channels joining was actually used.
* Fix error logJohan Hedberg2009-03-201-1/+1
|
* Fix CancelDeviceCreation error to match the API descriptionJohan Hedberg2009-03-191-2/+2
|
* Attempt SDP a second time if we get ECONNRESETJohan Hedberg2009-03-181-2/+8
| | | | | | | When acting as acceptors for pairing and doing reverse SDP we might get ECONNRESET if the remote device drops the ACL just as we're starting our SDP connect. This patch adds a second SDP connect attempt if we get this specific error.
* Add debug log for RFCOMM socket disconnectionJohan Hedberg2009-03-181-1/+3
|
* Add "Class" property to org.bluez.Adapter interface.Bea Lam2009-03-152-0/+17
|
* Release 4.334.33Marcel Holtmann2009-03-112-1/+9
|
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-117-25/+30
|
* Include the Paired property in the DeviceFound signalsJohan Hedberg2009-03-153-5/+18
| | | | | | Include the Paired property in the DeviceFound signals so that a UI doesn't have to do any special lookups to know if the device is paired or not.
* Fix device_get_ieee1284_id return valueJohan Hedberg2009-03-141-1/+1
|
* Port CUPS discovery to BlueZ 4.xBastien Nocera2009-03-131-181/+256
| | | | Adapt CUPS printer discovery to the BlueZ 4.x API.
* Don't truncate strings with embedded NULLsBastien Nocera2009-03-131-4/+5
| | | | | Instead, replace the NULLs by spaces so we don't lose data when converting a device's SDP record to XML.
* Fix sdp_copy_record truncating strings with NULLsBastien Nocera2009-03-131-4/+27
| | | | | | When a record's attribute contains embed NULLs in the string, sdp_data_alloc() falls back to doing an strlen() on the string, instead of taking its existing length into account.
* Fix a couple of other places that should use size_t and ssize_tJohan Hedberg2009-03-124-13/+16
|
* Make use of size_t and ssize_t when possibleJohan Hedberg2009-03-124-22/+26
|
* Fix network regression which caused disconnections.Luiz Augusto von Dentz2009-03-121-67/+51
|
* Fix audio plugin initialization failure casesJohan Hedberg2009-03-123-11/+27
|
* Make use of AF_INET instead of AF_INET6.Luiz Augusto von Dentz2009-03-101-2/+2
|
* Don't pass stream to config callback if there was an errorJohan Hedberg2009-03-091-6/+8
|
* Remove temporary watch if the connection was accepted.Luiz Augusto von Dentz2009-03-051-0/+3
|
* Set avdtp session watch to low priority.Luiz Augusto von Dentz2009-03-051-2/+12
| | | | | | | | | The session watch should be low priority because on old kernels (prior to DEFER_SETUP). This is needed for stream Open & Start because the connection is automatically accepted and makes the remote device to sending the Start command imediately. Since both the stream transport connection and the Start command arrive so close to each other the kernel might wake up bluetoothd at the same time for both.
* Reset request id whenever a response is generated.Luiz Augusto von Dentz2009-03-041-1/+2
|
* Update HSP version to 1.2Johan Hedberg2009-03-032-1/+6
|
* Release 4.324.32Marcel Holtmann2009-03-022-1/+8
|
* Remove incorrect sdp_record_free()Johan Hedberg2009-03-011-3/+0
|
* Check that interface name is providedMarcel Holtmann2009-02-281-1/+3
|
* Don't call read scan enable if the adapter is powering downJohan Hedberg2009-02-273-0/+14
| | | | | | | When powering down we explicitly set the scan mode to 0 before calling the HCI_DEVDOWN ioctl. To avoid HCI command timeouts track this situation and don't call read scan enable in dbus-hci.c when the command complete for the write scan enable arrives.
* Add skeleton for avtest applicationMarcel Holtmann2009-02-273-3/+38
|
* Unregister old stream callback before registering a new oneJohan Hedberg2009-02-261-0/+4
|
* Cleanup pending request queue after before freeing streamJohan Hedberg2009-02-261-0/+33
| | | | | Any requests related to the stream should be removed from the queue when the stream state goes to IDLE and the stream gets free'd.
* Fix stream rejection size checkJohan Hedberg2009-02-261-1/+1
|
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
| | | | | The pSeq list needs to be fully free'd when extract_des returns an error.
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
| | | | | | The extract_des function returns just one element type to the caller so if there are mixed elements it'll be impossible for the caller to know how to handle the returned list.
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
| | | | | This patch adds extra checks to make sure we never read past the end of the buffer.
* Release 4.314.31Marcel Holtmann2009-02-262-1/+10
|
* Update library versionMarcel Holtmann2009-02-261-1/+1
|
* Add checks for pending connect to sco_connect_cbJohan Hedberg2009-02-261-7/+11
|
* Only request the lock when the client doesn't have itJohan Hedberg2009-02-251-2/+9
|
* Don't use close_sco directly in headset_suspend_streamJohan Hedberg2009-02-251-1/+2
|
* Remove unused functionJohan Hedberg2009-02-252-34/+0
|