BLE Event Base
+ Collaboration diagram for BLE Event Base:

Macros

#define BLE_COMMON_EVT_BASE   0x0100
 BLE Common Event base. More...
 
#define BLE_GAPM_EVT_BASE   0x0200
 BLE GAP Management Event base. More...
 
#define BLE_GAPC_EVT_BASE   0x0300
 BLE GAP Connection Control Event base. More...
 
#define BLE_GATTS_EVT_BASE   0x0400
 BLE GATTS Event base. More...
 
#define BLE_GATTC_EVT_BASE   0x0500
 BLE GATTC Event base. More...
 
#define BLE_GATT_COMMON_EVT_BASE   0x0600
 BLE GATT Event base. More...
 
#define BLE_SEC_EVT_BASE   0x0700
 BLE Security Event base. More...
 
#define BLE_L2CAP_EVT_BASE   0x0800
 BLE L2CAP Event base. More...
 

Detailed Description

Macro Definition Documentation

◆ BLE_COMMON_EVT_BASE

#define BLE_COMMON_EVT_BASE   0x0100

BLE Common Event base.

Definition at line 63 of file ble_event.h.

◆ BLE_GAPC_EVT_BASE

#define BLE_GAPC_EVT_BASE   0x0300

BLE GAP Connection Control Event base.

Definition at line 65 of file ble_event.h.

◆ BLE_GAPM_EVT_BASE

#define BLE_GAPM_EVT_BASE   0x0200

BLE GAP Management Event base.

Definition at line 64 of file ble_event.h.

◆ BLE_GATT_COMMON_EVT_BASE

#define BLE_GATT_COMMON_EVT_BASE   0x0600

BLE GATT Event base.

Definition at line 68 of file ble_event.h.

◆ BLE_GATTC_EVT_BASE

#define BLE_GATTC_EVT_BASE   0x0500

BLE GATTC Event base.

Definition at line 67 of file ble_event.h.

◆ BLE_GATTS_EVT_BASE

#define BLE_GATTS_EVT_BASE   0x0400

BLE GATTS Event base.

Definition at line 66 of file ble_event.h.

◆ BLE_L2CAP_EVT_BASE

#define BLE_L2CAP_EVT_BASE   0x0800

BLE L2CAP Event base.

Definition at line 70 of file ble_event.h.

◆ BLE_SEC_EVT_BASE

#define BLE_SEC_EVT_BASE   0x0700

BLE Security Event base.

Definition at line 69 of file ble_event.h.