RUI3 (RAK Unified Interface 3) - RAK4631

Functions

bool set (uint8_t beaconUuid[])
 

Detailed Description

Function Documentation

◆ set()

bool set ( uint8_t  beaconUuid[])
Description
Application developers should define a UUID specific to their app and deployment use case.
     @par       Syntax
            api.ble.beacon.ibeacon.uuid.set(beaconUuid)
     @param     beaconUuid  define 16 bytes
     @return    bool
       @retval  TRUE for success
       @retval  FALSE for failure
Examples:
BLE_Beacon/src/app.cpp.