SDK  23.9.2
For IoT System Software Development
Classes | Typedefs
BLERemoteCharacteristic.hpp File Reference

A model of a remote BLE characteristic. More...

#include <string>
#include <BLERemoteService.hpp>
#include <BLERemoteDescriptor.hpp>
#include <BLEUUID.hpp>
#include <Spinlock.hpp>
#include <BLECommon.hpp>

Classes

class  BLERemoteCharacteristic
 A model of a remote BLE characteristic. More...
 

Typedefs

typedef void(* notify_callback) (BLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData, size_t length, bool isNotify)
 

Detailed Description

A model of a remote BLE characteristic.