Nol.A SDK Library
24.11.0
For IoT System Software Development
|
Callbacks associated with the operation of a BLE server. More...
#include <BLEServer.hpp>
Public Member Functions | |
virtual void | onConnect (BLEServer *pServer) |
Handle a new client connection. More... | |
virtual void | onDisconnect (BLEServer *pServer) |
Handle an existing client disconnection. More... | |
Callbacks associated with the operation of a BLE server.
|
virtual |
Handle a new client connection.
When a new client connects, we are invoked.
[in] | pServer | A reference to the BLE server that received the client connection. |
|
virtual |
Handle an existing client disconnection.
When an existing client disconnects, we are invoked.
[in] | pServer | A reference to the BLE server that received the existing client disconnection. |