RSeries astromech firmware
bt_types.h File Reference
#include <stdint.h>
#include <stdbool.h>
+ Include dependency graph for bt_types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BT_PSM_HIDC   0x0011
 
#define BT_PSM_HIDI   0x0013
 
#define BD_ADDR_LEN   6
 

Typedefs

typedef uint8_t UINT8
 
typedef uint16_t UINT16
 
typedef uint32_t UINT32
 
typedef uint64_t UINT64
 
typedef int8_t INT8
 
typedef int16_t INT16
 
typedef int32_t INT32
 
typedef bool BOOLEAN
 
typedef uint8_t BD_ADDR[BD_ADDR_LEN]
 

Macro Definition Documentation

◆ BD_ADDR_LEN

#define BD_ADDR_LEN   6

◆ BT_PSM_HIDC

#define BT_PSM_HIDC   0x0011

◆ BT_PSM_HIDI

#define BT_PSM_HIDI   0x0013

Typedef Documentation

◆ BD_ADDR

typedef uint8_t BD_ADDR[BD_ADDR_LEN]

◆ BOOLEAN

typedef bool BOOLEAN

◆ INT16

typedef int16_t INT16

◆ INT32

typedef int32_t INT32

◆ INT8

typedef int8_t INT8

◆ UINT16

typedef uint16_t UINT16

◆ UINT32

typedef uint32_t UINT32

◆ UINT64

typedef uint64_t UINT64

◆ UINT8

typedef uint8_t UINT8