This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC1310: Can Anybody elaborate on how to change beacon payload ?

Part Number: CC1310

Tool/software: TI-RTOS

hello all,

Can any body explains the detailed function flow of how to change the payload on the beacons?

Thanks,

Pratik

  • You can use the following APIs
    ApiMac_mlmeSetReqUint8(ApiMac_attribute_beaconPayloadLength, uint8_t value); //set the beacon payload length
    ApiMac_mlmeSetReqArray( ApiMac_attribute_beaconPayload, uint8_t *pValue); // set the beacon payload

    Please note that after setting the payload, the payload will remain the same and you will have to reset or change the payload if you dont want the device to keep sending the exact same data in every beacon.

    Also note that the beacon payload has a length limit of APIMAC_MAX_BEACON_PAYLOAD