OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_HH_CMD_DATA
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c
171
tBTA_HH_CMD_DATA
*p_buf;
172
UINT16 len = (UINT16) (sizeof(
tBTA_HH_CMD_DATA
) );
174
if ((p_buf = (
tBTA_HH_CMD_DATA
*)GKI_getbuf(len))!= NULL)
176
memset(p_buf, 0, sizeof(
tBTA_HH_CMD_DATA
));
bta_hh_int.h
116
}
tBTA_HH_CMD_DATA
;
177
tBTA_HH_CMD_DATA
api_sndcmd;
Completed in 4914 milliseconds