Home | History | Annotate | Download | only in include

Lines Matching defs:HCI_GET_CMD_BUF

373 #ifndef HCI_GET_CMD_BUF
376 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
379 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
381 #endif /* HCI_GET_CMD_BUF */