~vanvugt/bluez:5.43-tarball

Last commit made on 2017-06-01
Get this branch:
git clone -b 5.43-tarball https://git.launchpad.net/~vanvugt/bluez
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Branch information

Name:
5.43-tarball
Repository:
lp:~vanvugt/bluez

Recent commits

efc2e35... by Daniel van Vugt

Add and delete files to mirror: bluez-5.43.tar.xz

This is the (surprisingly large) set of changes required to convert
the 5.43 git tag into a perfect mirror of the contents of bluez-5.43.tar.xz

So now any additional changes after this are clearly and cleanly the
distro changes.

f3e7952... by Marcel Holtmann

Release 5.43

df3ba2f... by Szymon Janc <email address hidden>

doc: Update test coverage

1f94d42... by =?utf-8?q?Micha=C5=82_Narajowski?= <email address hidden>

tools/mgmt-tester: Fix add local name tests

Test shortened and short names separately. Added few missing
expect_hci_command params. Fixed a few typos.

2d36852... by Szymon Janc <email address hidden>

core: Fix BR/EDR pairing for dual mode devices

For dual mode devices we need to pass address type used in pairing
events to reply with correct one on agent reply. Otherwise reply for
BR/EDR pairing of dual mode device would use address type (which is
valid only for LE address) resulting in reply being ignored by kernel
and eventually pairing timeout.

49707d7... by Maxime Chevallier <email address hidden>

profiles/network: Check for any server when accepting connections

When asking confirmation to accept an incoming connection,
we now only check for any network_server to be registered to
the adapter.

This fixes GN Master role, that wouldn't accept any connection
before.

0ee2d33... by Luiz Augusto von Dentz <email address hidden>

policy: Fix not reseting attempts when disconnected

If the link is disconnected before any profile connects it shall still
reset the attempts as the device actually has been connected, otherwise
the number of attempts may not be respected.

ccd2984... by Luiz Augusto von Dentz <email address hidden>

core/profile: Fix calling service_accept

service_accept shall only be used with profiles that implement .accept
callback, to set connecting state directly use service_set_connecting
which does not require .accept to be implemented.

206bee1... by =?utf-8?q?Micha=C5=82_Narajowski?= <email address hidden>

core/adapter: Add support for enabling privacy

This adds support for loading local IRK key when adapter is configured.
In case IRK is not present new key is generated and stored.
In case of errors privacy is explicitly disabled. We ensure that we
memset IRK to zero before disabling privacy.
IRK is stored in %s/identity file. Privacy setting is configured
globally in main.conf. In the future we may add per device
configuration in %s/settings.

acbea9a... by Luiz Augusto von Dentz <email address hidden>

core/device: Omit AdvertisingFlags for BR/EDR devices

This makes sure AdvertisingFlags is omitted for BR/EDR devices.