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

/external/bluetooth/bluedroid/include/
H A Dbt_target.h724 #ifndef HCI_GET_CMD_BUF
727 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID)) macro
730 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen)))) macro
732 #endif /* HCI_GET_CMD_BUF */
/external/libnfc-nci/src/include/
H A Dbt_target.h369 #ifndef HCI_GET_CMD_BUF
372 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID)) macro
375 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen)))) macro
377 #endif /* HCI_GET_CMD_BUF */

Completed in 285 milliseconds