Nol.A SDK Library
24.11.0
For IoT System Software Development
|
The model of a BLE server. More...
#include <BLEServer.hpp>
Public Member Functions | |
uint32_t | getConnectedCount () |
BLEService * | createService (const char *uuid) |
BLEService * | createService (BLEUUID uuid, uint32_t numHandles=15, uint8_t inst_id=0) |
BLEAdvertising * | getAdvertising () |
void | setCallbacks (BLEServerCallbacks *pCallbacks) |
void | startAdvertising () |
void | removeService (BLEService *service) |
BLEService * | getServiceByUUID (const char *uuid) |
BLEService * | getServiceByUUID (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 |
The model of a BLE server.