CC13xx Driver Library
rfc_CMD_BLE_ADV_PAYLOAD_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x1001. More...
 
uint8_t payloadType
 
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

Definition at line 531 of file rf_ble_cmd.h.

Field Documentation

uint16_t rfc_CMD_BLE_ADV_PAYLOAD_s::commandNo

The command ID number 0x1001.

Definition at line 532 of file rf_ble_cmd.h.

uint8_t rfc_CMD_BLE_ADV_PAYLOAD_s::newLen

Length of the new payload.

Definition at line 535 of file rf_ble_cmd.h.

uint8_t rfc_CMD_BLE_ADV_PAYLOAD_s::payloadType

0: Advertising data
1: Scan response data

Definition at line 533 of file rf_ble_cmd.h.

uint8_t* rfc_CMD_BLE_ADV_PAYLOAD_s::pNewData

Pointer to the buffer containing the new data.

Definition at line 536 of file rf_ble_cmd.h.

rfc_bleAdvPar_t* rfc_CMD_BLE_ADV_PAYLOAD_s::pParams

Pointer to the parameter structure to update.

Definition at line 537 of file rf_ble_cmd.h.