Bluetooth® Sample Application Programmer's Reference: Utilities

Bluetooth

Bluetooth® Sample Application Programmer's Reference
Utilities

Presentation

Contains the functions that are used for Telium Utilites

Modules

 Peripheral handling
 
 Printing Functions
 
 State
 
 User Interface Helpers
 

Macros

#define CHECK(CND, LBL)   {if(!(CND)){goto LBL;}}
 
#define VERIFY(CND)   {if(!(CND)){}}
 
#define CHK(CND, LBL)   {if(!(CND)) goto LBL;}
 
#define BIT(B)   (0x01<<(B-1))
 
#define trcS(s)   {}
 
#define trcFL(f, l)   {}
 
#define trcFS(f, s)   {}
 
#define trcFN(f, n)   {}
 
#define trcBuf(b, n)   {}
 
#define trcBN(b, n)   {}
 
#define trcAN(b, n)   {}
 
#define trcBAN(b, n)   {}
 
#define trcErr(n)   {}
 

Macro Definition Documentation

#define CHECK (   CND,
  LBL 
)    {if(!(CND)){goto LBL;}}
#define VERIFY (   CND)    {if(!(CND)){}}
#define CHK (   CND,
  LBL 
)    {if(!(CND)) goto LBL;}
#define BIT (   B)    (0x01<<(B-1))
#define trcS (   s)    {}
#define trcFL (   f,
 
)    {}
#define trcFS (   f,
 
)    {}
#define trcFN (   f,
 
)    {}
#define trcBuf (   b,
 
)    {}
#define trcBN (   b,
 
)    {}
#define trcAN (   b,
 
)    {}
#define trcBAN (   b,
 
)    {}
#define trcErr (   n)    {}

Ingenico