OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HCI_GET_CMD_BUF
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/include/
bt_target.h
724
#ifndef
HCI_GET_CMD_BUF
727
#define
HCI_GET_CMD_BUF
(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
730
#define
HCI_GET_CMD_BUF
(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
732
#endif /*
HCI_GET_CMD_BUF
*/
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
369
#ifndef
HCI_GET_CMD_BUF
372
#define
HCI_GET_CMD_BUF
(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
375
#define
HCI_GET_CMD_BUF
(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
377
#endif /*
HCI_GET_CMD_BUF
*/
[
all
...]
Completed in 31 milliseconds