OSDN Git Service

gatt-service: Add support for 128-bit Bluetooth UUIDs
authorSantiago Carot-Nemesio <sancane@gmail.com>
Wed, 25 Jan 2012 13:12:34 +0000 (14:12 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 3 Feb 2012 18:44:21 +0000 (10:44 -0800)
commit24124f11815fb77c735f3f31304b085e8932b2b0
tree2ed16f5c2e5333a752f3caa087d521f8be522b4f
parent1b44684fb046fe580a3becd17c2652d3f0edd25b
gatt-service: Add support for 128-bit Bluetooth UUIDs

UUID services in GATT should be either 16-bit or 128-bit. Current
GATT interface does not allow to provide 128-bit ones. This patch
enables plugins to register services using 128-bit UUIDs.
attrib/gatt-service.c
attrib/gatt-service.h
plugins/gatt-example.c
time/server.c