~phablet-team/+git/bluez:snappy

Last commit made on 2015-10-06
Get this branch:
git clone -b snappy https://git.launchpad.net/~phablet-team/+git/bluez
Members of Ubuntu Phablet Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
snappy
Repository:
lp:~phablet-team/+git/bluez

Recent commits

81831b0... by Simon Fels

profiles: input: use snappy storage directory relocation

eeced1c... by Simon Fels

Use SNAP_APP_DATA_PATH when build with snappy support

cf66ed0... by Zygmunt Krynicki

snappy: add snappy build configuration

324c585... by Marcel Holtmann

Release 5.34

7dd976a... by Marcel Holtmann

build: Update library version

36f81e2... by Marcel Holtmann

monitor: Update vendor defined 16-bit UUID entries

e513efa... by Marcel Holtmann

lib: Update company identifiers

4eeb9f4... by Marcel Holtmann

build: Move valgrind.supp into tools directory

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

test: Add test-gatt-profile

test-gatt-profile can be used to register a GATT based profile using
GattManager1 interface.

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

core/gatt: Cleanup service probe

This cleanup code related to service probe making it use a single
function, because of that now all driver must implement device_probe in
order for the service probe to work properly.

In addition to that a new flag called external was introduced to
btd_profile to be possible to distinguish whether it is a internal
plugin or external client, this was needed in order to decide if an
attribute should be claimed which whould prevent it to be exported over
D-Bus.