RDK-B
Bluetooth HAL Data Types

Description

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 }
 

Macro Definition Documentation

◆ CHAR

#define CHAR   char

Definition at line 45 of file bt_hal.h.

◆ UCHAR

#define UCHAR   unsigned char

Definition at line 49 of file bt_hal.h.

◆ BOOLEAN

#define BOOLEAN   unsigned char

Definition at line 53 of file bt_hal.h.

◆ USHORT

#define USHORT   unsigned short

Definition at line 57 of file bt_hal.h.

◆ UINT8

#define UINT8   unsigned char

Definition at line 61 of file bt_hal.h.

◆ INT

#define INT   int

Definition at line 65 of file bt_hal.h.

◆ UINT

#define UINT   unsigned int

Definition at line 69 of file bt_hal.h.

◆ LONG

#define LONG   long

Definition at line 73 of file bt_hal.h.

◆ ULONG

#define ULONG   unsigned long

Definition at line 77 of file bt_hal.h.

◆ TRUE

#define TRUE   1

Definition at line 81 of file bt_hal.h.

◆ FALSE

#define FALSE   0

Definition at line 85 of file bt_hal.h.

◆ ENABLE

#define ENABLE   1

Definition at line 89 of file bt_hal.h.

◆ RETURN_OK

#define RETURN_OK   0

Definition at line 93 of file bt_hal.h.

◆ RETURN_ERR

#define RETURN_ERR   -1

Definition at line 97 of file bt_hal.h.

Enumeration Type Documentation

◆ BLE_Status_e

Enumerator
BLE_ENABLE 
BLE_DISABLE 
BLE_LAST 

Definition at line 100 of file bt_hal.h.