~vanvugt/bluez:5.45-tarball

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

Recent commits

9590a2e... by Daniel van Vugt

Add/delete files to mirror: bluez-5.45.tar.xz

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

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

5ee722e... by Marcel Holtmann

Release 5.45

e9c76b0... by Marcin Kraglak <email address hidden>

core/gatt-client: Add support for Includes property

Add implementation of Includes property in GATT service interface.
Include services are updated after exporting all services, when new service
has been added or service was removed.

535913b... by Luiz Augusto von Dentz <email address hidden>

unit/test-gatt: Add test for unknown request

This send an unknown command (0xff) to test that no response is sent
since the spec mandates the server to not respond to commands:

BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part F page 2179

  'If a server receives a command that it does not support, indicated
  by the Command Flag of the PDU set to one, then the server shall
  ignore the Command.'

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

unit/test-gatt: Add test for unknown request

This send an unknown request (0xbf) to test if a response is sent since
the spec mandates the server to always respond to all requests it
receives:

BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part F page 2173

  'A client may send attribute protocol requests to a server, and the
  server shall respond to all requests that it receives.'

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

shared/att: Respond to any opcode that is not command

Although get_op_type does now check for the command mask it must
respond to anything other than ATT_OP_TYPE_CMD since there is no mask
for response opcode.

e605164... by Marcel Holtmann

emulator: Improved handling of Set Default PHY command

c2713b6... by Marcel Holtmann

monitor: Change decoding for channel selection algorithm event

9535418... by Marcel Holtmann

emulator: Enable LE power class and minimum channels feature

8d6646f... by Marcel Holtmann

emulator: Fix comments for event mask descriptions