+ Collaboration diagram for Enumerations:

Enumerations

enum  ble_gatt_evt_type_t { BLE_GATT_NOTIFICATION = 0x00, BLE_GATT_INDICATION }
 GATT common events. More...
 

Detailed Description

Enumeration Type Documentation

◆ ble_gatt_evt_type_t

GATT common events.

Enumerator
BLE_GATT_NOTIFICATION 

Handle Value Notification.

BLE_GATT_INDICATION 

Handle Value Indication.

Definition at line 66 of file ble_gatt.h.