Nol.A SDK Library  24.11.0
For IoT System Software Development
Public Member Functions | List of all members
BLEServerCallbacks Class Reference

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...
 

Detailed Description

Callbacks associated with the operation of a BLE server.

Member Function Documentation

◆ onConnect()

virtual void BLEServerCallbacks::onConnect ( BLEServer pServer)
virtual

Handle a new client connection.

When a new client connects, we are invoked.

Parameters
[in]pServerA reference to the BLE server that received the client connection.

◆ onDisconnect()

virtual void BLEServerCallbacks::onDisconnect ( BLEServer pServer)
virtual

Handle an existing client disconnection.

When an existing client disconnects, we are invoked.

Parameters
[in]pServerA reference to the BLE server that received the existing client disconnection.

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