OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_AG_AT_CB
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/ag/
bta_ag_at.h
74
}
tBTA_AG_AT_CB
;
90
extern void bta_ag_at_init(
tBTA_AG_AT_CB
*p_cb);
104
extern void bta_ag_at_reinit(
tBTA_AG_AT_CB
*p_cb);
118
extern void bta_ag_at_parse(
tBTA_AG_AT_CB
*p_cb, char *p_buf, UINT16 len);
bta_ag_at.c
44
void bta_ag_at_init(
tBTA_AG_AT_CB
*p_cb)
62
void bta_ag_at_reinit(
tBTA_AG_AT_CB
*p_cb)
83
void bta_ag_process_at(
tBTA_AG_AT_CB
*p_cb)
188
void bta_ag_at_parse(
tBTA_AG_AT_CB
*p_cb, char *p_buf, UINT16 len)
bta_ag_int.h
245
tBTA_AG_AT_CB
at_cb; /* AT command interpreter */
Completed in 39 milliseconds