ObexFTP
0.24
|
Definitions of well-known Universal Unique Identifiers (UUIDs). More...
Macros | |
#define | __UUID_FBS_bytes |
Folder Browsing service UUID. More... | |
#define | UUID_FBS ((const uint8_t []) __UUID_FBS_bytes) |
#define | __UUID_S45_bytes |
UUID for Siemens S45 and maybe others too. More... | |
#define | UUID_S45 ((const uint8_t []) __UUID_S45_bytes) |
#define | __UUID_IRMC_bytes { 'I', 'R', 'M', 'C', '-', 'S', 'Y', 'N', 'C' } |
UUID for Telecom/IrMC Synchronization Service (see IrOBEX spec). More... | |
#define | UUID_IRMC ((const uint8_t []) __UUID_IRMC_bytes) |
#define | __UUID_PCSOFTWARE_bytes { 'P', 'C', 'S', 'O', 'F', 'T', 'W', 'A', 'R', 'E' } |
UUID for Sharp mobiles. More... | |
#define | UUID_PCSOFTWARE ((const uint8_t []) __UUID_PCSOFTWARE_bytes) |
Definitions of well-known Universal Unique Identifiers (UUIDs).
ObexFTP library - language bindings for OBEX file transfer.
Copyright (c) 2002-2007 Christian W. Zuckschwerdt zany@ triq .net
#define __UUID_FBS_bytes |
Folder Browsing service UUID.
binary representation of F9EC7BC4-953C-11D2-984E-525400DC9E09
#define __UUID_IRMC_bytes { 'I', 'R', 'M', 'C', '-', 'S', 'Y', 'N', 'C' } |
UUID for Telecom/IrMC Synchronization Service (see IrOBEX spec).
The character string "IRMC-SYNC".
#define __UUID_PCSOFTWARE_bytes { 'P', 'C', 'S', 'O', 'F', 'T', 'W', 'A', 'R', 'E' } |
UUID for Sharp mobiles.
The character string "PCSOFTWARE".
#define __UUID_S45_bytes |
UUID for Siemens S45 and maybe others too.
binary representation of 6B01CB31-4106-11D4-9A77-0050DA3F471F
#define UUID_FBS ((const uint8_t []) __UUID_FBS_bytes) |
#define UUID_IRMC ((const uint8_t []) __UUID_IRMC_bytes) |
#define UUID_PCSOFTWARE ((const uint8_t []) __UUID_PCSOFTWARE_bytes) |
#define UUID_S45 ((const uint8_t []) __UUID_S45_bytes) |