CC26xx 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.

Definition at line 542 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 543 of file rf_ble_cmd.h.

uint8_t rfc_CMD_BLE_ADV_PAYLOAD_s::newLen

Length of the new payload.

Definition at line 546 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 544 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 547 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 548 of file rf_ble_cmd.h.