![]()  | 
  
    RDK-B
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | CHAR char | 
| #define | UCHAR unsigned char | 
| #define | BOOLEAN unsigned char | 
| #define | USHORT unsigned short | 
| #define | UINT8 unsigned char | 
| #define | INT int | 
| #define | UINT unsigned int | 
| #define | LONG long | 
| #define | ULONG unsigned long | 
| #define | TRUE 1 | 
| #define | FALSE 0 | 
| #define | ENABLE 1 | 
| #define | RETURN_OK 0 | 
| #define | RETURN_ERR -1 | 
Enumerations | |
| enum | BLE_Status_e { BLE_ENABLE = 1, BLE_DISABLE, BLE_LAST } | 
Functions | |
| int | ble_Enable (BLE_Status_e status) | 
| int | ble_GetStatus (BLE_Status_e *status) |