CC13xx Driver Library
rfc_CMD_BLE_ADV_PAYLOAD_s Struct Reference

BLE Update Advertising Payload Command. More...

#include <rf_ble_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x1001. More...
 
uint8_t payloadType
 0: Advertising data
1: Scan response data More...
 
uint8_t newLen
 Length of the new payload. More...
 
uint8_t * pNewData
 Pointer to the buffer containing the new data. More...
 
rfc_bleAdvPar_tpParams
 Pointer to the parameter structure to update. More...
 

Detailed Description

BLE Update Advertising Payload Command.

Field Documentation

uint16_t rfc_CMD_BLE_ADV_PAYLOAD_s::commandNo

The command ID number 0x1001.

uint8_t rfc_CMD_BLE_ADV_PAYLOAD_s::newLen

Length of the new payload.

uint8_t rfc_CMD_BLE_ADV_PAYLOAD_s::payloadType

0: Advertising data
1: Scan response data

uint8_t* rfc_CMD_BLE_ADV_PAYLOAD_s::pNewData

Pointer to the buffer containing the new data.

rfc_bleAdvPar_t* rfc_CMD_BLE_ADV_PAYLOAD_s::pParams

Pointer to the parameter structure to update.