OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCIC_PARAM_SIZE_RMT_NAME_REQ
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
hcimsgs.h
251
#define
HCIC_PARAM_SIZE_RMT_NAME_REQ
10
[
all
...]
/external/bluetooth/bluedroid/stack/hcic/
hcicmds.c
512
if ((p = HCI_GET_CMD_BUF(
HCIC_PARAM_SIZE_RMT_NAME_REQ
)) == NULL)
517
p->len = HCIC_PREAMBLE_SIZE +
HCIC_PARAM_SIZE_RMT_NAME_REQ
;
521
UINT8_TO_STREAM (pp,
HCIC_PARAM_SIZE_RMT_NAME_REQ
);
[
all
...]
Completed in 29 milliseconds