CC3000
1.12
|
Macros | |
#define | SL_PATCH_PORTION_SIZE (1000) |
Functions | |
UINT16 | hci_command_send (UINT16 usOpcode, UINT8 *pucBuff, UINT8 ucArgsLength) |
Initiate an HCI command. More... | |
INT32 | hci_data_send (UINT8 ucOpcode, UINT8 *ucArgs, UINT16 usArgsLength, UINT16 usDataLength, const UINT8 *ucTail, UINT16 usTailLength) |
Initiate an HCI data write operation. More... | |
void | hci_data_command_send (UINT16 usOpcode, UINT8 *pucBuff, UINT8 ucArgsLength, UINT16 ucDataLength) |
Prepeare HCI header and initiate an HCI data write operation. More... | |
void | hci_patch_send (UINT8 ucOpcode, UINT8 *pucBuff, CHAR *patch, UINT16 usDataLength) |
Prepeare HCI header and initiate an HCI patch write operation. More... | |
UINT16 hci_command_send | ( | UINT16 | usOpcode, |
UINT8 * | pucBuff, | ||
UINT8 | ucArgsLength | ||
) |
Initiate an HCI command.
hci_command_send
usOpcode | command operation code |
pucBuff | pointer to the command's arguments buffer |
ucArgsLength | length of the arguments |
void hci_data_command_send | ( | UINT16 | usOpcode, |
UINT8 * | pucBuff, | ||
UINT8 | ucArgsLength, | ||
UINT16 | ucDataLength | ||
) |
Prepeare HCI header and initiate an HCI data write operation.
Prepare HCI header and initiate an HCI data write operation.
hci_data_command_send
usOpcode | command operation code |
pucBuff | pointer to the data buffer |
ucArgsLength | arguments length |
ucDataLength | data length |
INT32 hci_data_send | ( | UINT8 | ucOpcode, |
UINT8 * | ucArgs, | ||
UINT16 | usArgsLength, | ||
UINT16 | usDataLength, | ||
const UINT8 * | ucTail, | ||
UINT16 | usTailLength | ||
) |
Initiate an HCI data write operation.
hci_data_send
usOpcode | command operation code |
ucArgs | pointer to the command's arguments buffer |
usArgsLength | length of the arguments |
ucTail | pointer to the data buffer |
usTailLength | buffer length |
void hci_patch_send | ( | UINT8 | ucOpcode, |
UINT8 * | pucBuff, | ||
CHAR * | patch, | ||
UINT16 | usDataLength | ||
) |
Prepeare HCI header and initiate an HCI patch write operation.
Prepare HCI header and initiate an HCI patch write operation.
hci_patch_send
usOpcode | command operation code |
pucBuff | pointer to the command's arguments buffer |
patch | pointer to patch content buffer |
usDataLength | data length |