TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
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.) | |
Parameter Structure for SNP_HCI_CMD_RSP.
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.
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)