OSDN Git Service

Add a way to retrieve ATT primary services
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Thu, 23 Dec 2010 00:21:13 +0000 (22:21 -0200)
committerJohan Hedberg <johan.hedberg@nokia.com>
Thu, 23 Dec 2010 08:24:36 +0000 (10:24 +0200)
commit83d8b6546ccd98ce30c65bc7ec716c42437e569a
tree2ec8944d6e6bc2551871ed1ae610126a1deb36cb
parentef86f0c3052841d7fe94dc9ffb7e4f14e75ccc5f
Add a way to retrieve ATT primary services

As the primary services were discovered by the core bluetoothd, we need
a way to export that information.

The service discovery uses the same primary list as the device, there's no
need to free that list when the discovery finishes. That list will be removed
when the device is free'd.
src/adapter.c
src/device.c
src/device.h
src/glib-helper.c