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

A BLE device address. More...

#include <BLEAddress.hpp>

Public Types

enum  Type_t {
  TYPE_PUBLIC = 0x00 , TYPE_RANDOM = 0x01 , TYPE_RPA_PUBLIC = 0x02 , TYPE_RPA_RANDOM = 0x03 ,
  TYPE_UNKNOWN = 0xFF
}
 

Public Member Functions

 BLEAddress (const uint8_t *address)
 
 BLEAddress (std::string stringAddress)
 
bool equals (BLEAddress otherAddress)
 
const uint8_t * getNative ()
 
std::string toString ()
 

Detailed Description

A BLE device address.

Every BLE device has a unique address which can be used to identify it and form connections.


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