ESP_IOT v2.5
IOT ESP Coding
BLEServerNetworkingCharacteristicCallbacks Class Reference

Note: the onRead and onWrite are from the perspective of the client. So onRead is the client calling this server, over BLE, and reading a value. The onWrite is the client writing to this server (sending a BLE message). This is where JSON or raw values are used. More...

Inheritance diagram for BLEServerNetworkingCharacteristicCallbacks:
Inheritance graph
Collaboration diagram for BLEServerNetworkingCharacteristicCallbacks:
Collaboration graph

Detailed Description

Note: the onRead and onWrite are from the perspective of the client. So onRead is the client calling this server, over BLE, and reading a value. The onWrite is the client writing to this server (sending a BLE message). This is where JSON or raw values are used.

Handler class for characteristic actions

Definition at line 125 of file BLEServerNetworking.cpp.


The documentation for this class was generated from the following file: