~vanvugt/bluez:zesty

Last commit made on 2017-06-01
Get this branch:
git clone -b zesty 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:
zesty
Repository:
lp:~vanvugt/bluez

Recent commits

3ad37cb... by Daniel van Vugt

Apply: bluez_5.43-0ubuntu1.debian.tar.xz

And remove the debian sid files that don't exist in it.

Now we have a perfect mirror of zesty/artful's bluez_5.43-0ubuntu1

09dac95... by Daniel van Vugt

Apply: bluez_5.43-2.debian.tar.xz

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.