OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_GATTC_API_EXEC
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
803
tBTA_GATTC_API_EXEC
*p_buf;
805
if ((p_buf = (
tBTA_GATTC_API_EXEC
*) GKI_getbuf((UINT16)sizeof(
tBTA_GATTC_API_EXEC
))) != NULL)
807
memset(p_buf, 0, sizeof(
tBTA_GATTC_API_EXEC
));
[
all
...]
bta_gattc_int.h
150
}
tBTA_GATTC_API_EXEC
;
218
tBTA_GATTC_API_EXEC
api_exec;
bta_gattc_utils.c
528
len = sizeof(
tBTA_GATTC_API_EXEC
);
[
all
...]
Completed in 1659 milliseconds