Commit Graph

14 Commits

Author SHA1 Message Date
Claudio Takahasi
d1d1d4ff9c lib: Rename GAP UUID
Cosmetic patch changing the GAP UUID declaration to follow the same
standard of the others GATT based services.
2012-08-16 10:38:19 +03:00
Daniel Wagner
9bfc21c2dd core: Move UUID string definition to lib 2012-06-02 09:07:56 +08:00
Daniel Wagner
5c3c3fef23 pnat: Move UUID string definition to lib 2012-06-02 09:07:50 +08:00
Daniel Wagner
3af0412b42 input: Move UUID string definition to lib 2012-06-02 09:07:47 +08:00
Daniel Wagner
cce53f0cf2 health: Move UUID string definition to lib 2012-06-02 09:07:45 +08:00
Daniel Wagner
9e80406e08 serial: Move UUID string definition to lib 2012-06-02 09:07:43 +08:00
Daniel Wagner
0a87ad9099 thermometer: Move UUID string definition to lib 2012-06-02 09:07:39 +08:00
Daniel Wagner
8f13cb2beb sap: Move UUID string definition to lib 2012-06-02 09:07:36 +08:00
Daniel Wagner
5a82646b30 proximity: Move UUID string definition to lib 2012-06-02 09:07:34 +08:00
Daniel Wagner
2eda66eb47 deviceinfo: Move UUID string definition to lib 2012-06-02 09:07:17 +08:00
Daniel Wagner
b0dcec9c79 network: Move UUID string definition to lib 2012-06-02 09:07:00 +08:00
Daniel Wagner
b968b12927 audio: Move UUID string definition to lib 2012-06-02 09:06:32 +08:00
Elvis Pfützenreuter
bb096e674c Add more functions for new UUID handling
This patch adds more functions that are necessary to handle the new
bt_uuid_t type, and moves basic things like byte-swapping functions and
uint128_t type to bluetooth.h.
2011-03-15 10:42:50 +02:00
Claudio Takahasi
3ed993262f Add new UUID utility functions
New UUID functions will store the UUIDs values on host order. Added
functions to create, compare and convert UUIDs.
2011-03-15 10:35:40 +02:00