Archive for the ‘Release’ Category.

Release of sbc-1.3

This release fixes a bug with frame length calculation for dual-channel mode operation. It also includes a fix for preventing an overflow of an internal frame length variable.

sbc-1.3.tar.gz

Release of BlueZ 5.24

This release consists for the most part of cleanups and minor fixes, however there are some new additions too in the form of Phonebook Access Profile 1.2 and Message Access Profile 1.2 features. On the Android side we’ve got improved automated test coverage as well as several new Android system properties for Bluetooth customization.

bluez-5.24.tar.xz

Release of BlueZ 5.23

This is mostly a bug-fix release with fixes for concurrent authorization attempts (for untrusted devices), HID, uHID, OBEX, MAP and AVRCP. We now also have better support for AVCTP/AVRCP decoding with btmon.

On the Android side a notable enhancement is the ability to take advantage of kernel whitelist support to enable LE passive scanning (something that’s available from Linux Kernel release 3.17 onward)..

bluez-5.23.tar.xz

Release of BlueZ 5.22

This release contains several fixes to HID over GATT (HoG) as well as for AVRCP. Feature-wise there are a couple of notable additions debuting with the Linux kernel 3.17 release:

  • BR/EDR whitelist support. Starting with Linux kernel 3.17 bluetoothd will no-longer set adapters to connectable by default. Instead, all configured remote devices are added to the kernel whitelist after which the kernel will enable page scanning but only accept connect requests from the whitelist. This effectively reduces the attack surface for unknown devices. When whitelist support is available the general connectable state now follows the discoverable state, meaning discoverable must be enabled for previously unknown devices to be able to connect to us.
  • Proper LE passive scanning support. For kernels before 3.17 bluetoothd will use the Start/Stop Discovery commands to perform LE background scanning. This however uses LE active scanning which is both wasteful (causing unneeded Scan Requests) and can cause reconnection issues with devices using direct advertising (e.g. most LE mice). From kernel version 3.17 onward bluetoothd will use proper kernel-side passive scanning, making the background scanning both efficient and more interoperable. The kernel will even use the controller-side whitelist during scanning (if no Resolvable Private Addresses are present), saving even more power.

On the Android side there have been various fixes here and there, but the major areas of change are improved test coverage as well as full GATT over BR/EDR support.

bluez-5.22.tar.xz

Release of BlueZ 5.21

Today is the day we celebrate our independence… from bluedroid :) This is the first BlueZ release that offers full feature parity as a drop-in replacement to what comes as part of Android by default. The biggest latest additions have been HID over GATT (HoG) and Health Device Profile (HDP) support. The development of the Android support is of course by no means over – we’ll continue improving it just like the rest of BlueZ – but the full set of features is now there. It’s also notable that for all of the supported features we have full qualification documentation, from needed PIXIT and PICS values to instructions on how to pass each test case with the PTS.

Besides Android related changes there are also fixes and other improvements throughout the tree. There were several HoG fixes to improve reconnections as well as fixes to bluetoothctl to allow using it for scripting.

An important detail of this release is that it supports several new features that are on their way to the 3.17 kernel (today testable e.g. with the bluetooth-next tree). Perhaps the most important one of these is LE passive scanning. When run on a kernel that supports it, instead of doing a kind of “fake” background scanning using the Start Discovery command, bluetoothd will now tell the kernel the relevant information and the kernel will then commence passive scanning for devices. This is particularly important since active scanning (triggered by Start Discovery) is both wasteful of resources and can cause interoperability issues with devices that use direct advertising (like several LE mice do).

bluez-5.21.tar.xz

Release of BlueZ 5.20

For non-Android related parts this is mostly a bug-fix release with minor fixes here and there as well as improved handling of PS3 controllers.

On the Android side we’ve now got improved support for GATT, HoG (HID over GATT) and the Multi Profile Specification. There is now also support for the A2DP aptX codec (however due to licensing the codec itself is not part of the source tree).

bluez-5.20.tar.xz

Release of BlueZ 5.19

A bit overdue, but very appropriate for the date, here is 5.19.

The release contains fixes to OBEX, AVRCP browsing, HID over GATT and handling of device unpaired events for dual-mode devices. There is also a fix to cleanly handle tools like bluetoothctl taking over the default agent role. Since there is no indication to the “normal” system default agent this would previously simply rob this property away without any way to know that this happened. From 5.19 onward bluetoothd maintains a stack of agents that have requested to be the default and will hand back the property to the next item in the stack when bluetoothctl (or some other tool) exits.

Besides these fixes we’ve got some new additions too:

  • User space based HID host implementation (for BR/EDR), to complement the kernel-side implementation
  • A reconnect-upon-linkloss policy for those profiles that need , such as HFP HF or an A2DP Sink. The list of remote UUIDs to try to reconnect to is also configurable through main.conf.
  • SCO over HCI support for Android (by default Android is designed with SCO over PCM routing in mind)
  • Audio quality control for Android
  • Support for a new Low Energy-only mode on Android

bluez-5.19.tar.xz

Release of BlueZ 5.18

This is mostly a bug fix release with issues fixed regarding LE single mode device detection and incorrect getpeername() calls which could have caused incorrect SDP records for profiles (mainly those using the Profile D-Bus interface with RFCOMM channel auto-allocation).

On the OBEX side we now have full OBEX authentication support, which is a fairly useless feature in practice but a mandatory one for qualification of some OBEX profiles. On the Android side the major feature addition this time is LE GATT client support.

bluez-5.18.tar.xz