TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Parameter Structure for SNP_executeHCIcmd. More...
Data Fields | |
uint16_t | opcode |
uint8_t * | pData |
Parameter Structure for SNP_executeHCIcmd.
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.
uint16_t opcode |
2 Byte HCI opcode to execute
The list of available HCI opcode is listed here: list of all HCI commands allowed by the SNP.
uint8_t* pData |
Pointer Parameters of the HCI opcode.
Parameter depends of the HCI command being used. These parameter are identical to the ones define in TI HCI vendor guide and by the Bluetooth Specification