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

A data structure that manages the BLE servers owned by a BLE server. More...

#include <BLEServer.hpp>

Public Member Functions

BLEServicegetByHandle (uint16_t handle)
 
BLEServicegetByUUID (const char *uuid)
 
BLEServicegetByUUID (BLEUUID uuid, uint8_t inst_id=0)
 
void handleGATTServerEvent (void *)
 
void setByHandle (uint16_t handle, BLEService *service)
 
void setByUUID (const char *uuid, BLEService *service)
 
void setByUUID (BLEUUID uuid, BLEService *service)
 
std::string toString ()
 
BLEServicegetFirst ()
 
BLEServicegetNext ()
 
void removeService (BLEService *service)
 
int getRegisteredServiceCount ()
 

Detailed Description

A data structure that manages the BLE servers owned by a BLE server.


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