OSDN Git Service

core: Add btd_service to represent device services
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Fri, 26 Apr 2013 06:17:07 +0000 (08:17 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 26 Apr 2013 07:24:53 +0000 (10:24 +0300)
commitb5c339804950551cba3bc07051dc339ad0a1db2c
tree91c3350d52dd58efecc8f86bfa24da0e7d7a1cd6
parent4d35439d8fb37edec6e833ca82a58dfa3ae7c171
core: Add btd_service to represent device services

Add a new object to centralize all data corresponding to a service
provided by a remote device, coupling a pair of btd_profile and
btd_device pointers.
Makefile.am
src/service.c [new file with mode: 0644]
src/service.h [new file with mode: 0644]