TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Data Fields
snpHciCmdRsp_t Struct Reference

Parameter Structure for SNP_HCI_CMD_RSP. More...

Data Fields

uint16_t opcode
 2 Byte HCI opcode that was executed in the request, list of all HCI commands allowed by the SNP.
 
uint8_t * pData
 
uint8_t status
 1 Byte status of the request (SUCCESS or Error, list of status generated by the SNP.)
 

Detailed Description

Parameter Structure for SNP_HCI_CMD_RSP.

This is a packed structure. see Dealing with Parameters and Packed Structures for more information.

Field Documentation

§ pData

uint8_t* pData

Pointer Result parameters for this opcode

The expected result is the same as described in the HCI vendor guide or Bluetooth Specification. The Event Code may not be the same, the opcode referenced the request is sent back instead. (in the snpHciCmdRsp_t::opcode field)


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated