Nol.A SDK Library
24.11.0
For IoT System Software Development
|
A model of a remote BLE service. More...
#include <BLERemoteService.hpp>
Public Member Functions | |
BLERemoteCharacteristic * | getCharacteristic (const char *uuid) |
BLERemoteCharacteristic * | getCharacteristic (BLEUUID uuid) |
BLERemoteCharacteristic * | getCharacteristic (uint16_t uuid) |
std::map< std::string, BLERemoteCharacteristic * > * | getCharacteristics () |
std::map< uint16_t, BLERemoteCharacteristic * > * | getCharacteristicsByHandle () |
void | getCharacteristics (std::map< uint16_t, BLERemoteCharacteristic * > *pCharacteristicMap) |
BLEClient * | getClient (void) |
uint16_t | getHandle () |
BLEUUID | getUUID (void) |
std::string | getValue (BLEUUID characteristicUuid) |
void | setValue (BLEUUID characteristicUuid, std::string value) |
std::string | toString (void) |
A model of a remote BLE service.