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

The model of a BLE server. More...

#include <BLEServer.hpp>

Public Member Functions

uint32_t getConnectedCount ()
 
BLEServicecreateService (const char *uuid)
 
BLEServicecreateService (BLEUUID uuid, uint32_t numHandles=15, uint8_t inst_id=0)
 
BLEAdvertisinggetAdvertising ()
 
void setCallbacks (BLEServerCallbacks *pCallbacks)
 
void startAdvertising ()
 
void removeService (BLEService *service)
 
BLEServicegetServiceByUUID (const char *uuid)
 
BLEServicegetServiceByUUID (BLEUUID uuid)
 
bool connect (BLEAddress address)
 
void disconnect (uint16_t connId)
 
void updateConnParams (BLEAddress &remote_bda, uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout)
 

Public Attributes

uint16_t m_appId
 

Detailed Description

The model of a BLE server.


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