Home
last modified time | relevance | path

Searched refs:tBTA_AG_AT_CB (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_at.h76 } tBTA_AG_AT_CB; typedef
92 extern void bta_ag_at_init(tBTA_AG_AT_CB* p_cb);
106 extern void bta_ag_at_reinit(tBTA_AG_AT_CB* p_cb);
120 extern void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len);
Dbta_ag_at.cc45 void bta_ag_at_init(tBTA_AG_AT_CB* p_cb) { in bta_ag_at_init()
62 void bta_ag_at_reinit(tBTA_AG_AT_CB* p_cb) { in bta_ag_at_reinit()
79 void bta_ag_process_at(tBTA_AG_AT_CB* p_cb) { in bta_ag_process_at()
167 void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len) { in bta_ag_at_parse()
Dbta_ag_int.h196 tBTA_AG_AT_CB at_cb; /* AT command interpreter */