Searched defs:NCI_MSG_HDR_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h37 #define NCI_MSG_HDR_SIZE 3 /* per NCI spec */ macro
607 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SIZE + NCI_MSG_OFFSET_SIZE + (paramlen))))

Completed in 62 milliseconds