8 #ifndef COMPONENTS_CPP_UTILS_BLE2902_H_ 
    9 #define COMPONENTS_CPP_UTILS_BLE2902_H_ 
   10 #include "sdkconfig.h" 
   11 #if defined(CONFIG_BT_ENABLED) 
   13 #include "BLEDescriptor.h" 
   23 class BLE2902: 
public BLEDescriptor {
 
   26     bool getNotifications();
 
   27     bool getIndications();
 
   28     void setNotifications(
bool flag);
 
   29     void setIndications(
bool flag);