169 #ifndef SIMPLENP_DEV_H 170 #define SIMPLENP_DEV_H void SNP_getStatus(snpGetStatusCmdRsp_t *pRsp)
SNP Get Status.
uint8_t SNP_executeHCIcmd(snpHciCmdReq_t *pReq, uint16_t dataLen)
SNP Execute HCI Command (0x04)
Parameter Structure for the response to SNP_getRev.
Definition: snp.h:617
void SNP_getRev(snpGetRevisionRsp_t *Msg)
SNP Get Revision.
Parameter Structure for SNP_maskEvt.
Definition: snp.h:523
Parameter Structure for SNP_MASK_EVENT_RSP.
Definition: snp.h:537
void SNP_executeTestCmd(snpTestCmdRsp_t *pRsp)
SNP Execute Memory Test.
Parameter Structure for SNP_getRev.
Definition: snp.h:603
void SNP_getRand(snpGetRandRsp_t *pRsp)
SNP Get Random Number.
Parameter Structure for the response to SNP_getStatus This is a packed structure. see Dealing with Pa...
Definition: snp.h:627
void SNP_maskEvt(snpMaskEventReq_t *pReq, snpMaskEventRsp_t *pRsp)
SNP Mask Event (0x02)
Parameter Structure for SNP_executeHCIcmd.
Definition: snp.h:565
Parameter Structure for SNP_executeTestCmd.
Definition: snp.h:551