bluez/profiles/sap
Mikel Astiz d6254b4113 profile: Use btd_service for probing profiles
Change the profile probe mechanism in order to pass the btd_service
instance representing the remote service. This object is bound to a
btd_profile and a btd_device, thus replacing the previous parameters.

The probe callback is allowed to hold a reference to the btd_service
by means of btd_service_ref(), which should be unreferenced during
removal.

Keeping such a reference of the btd_service allows supporting multiple
instances of the same UUID, since the reference can serve as a handle
during the interactions between the profile implementation and the core.
2013-04-26 10:29:36 +03:00
..
main.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
manager.c profile: Use btd_service for probing profiles 2013-04-26 10:29:36 +03:00
manager.h sap: Simplify DBusConnection object handling 2012-09-21 13:53:38 +03:00
sap-dummy.c sap: Don't print error if experimental interface fails to register 2012-12-30 11:01:24 -08:00
sap-u8500.c profiles: Fix missing config.h includes 2012-12-23 18:59:12 -08:00
sap.h sap: move it to profiles folder 2012-07-10 11:18:31 -03:00
server.c profiles: Fix includes for uuid.h 2013-01-09 20:30:30 -08:00
server.h Use the entire include path for gdbus.h 2012-12-05 17:23:03 +02:00