Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_at.h80 } tBTA_AG_AT_CB; typedef
96 void bta_ag_at_init(tBTA_AG_AT_CB* p_cb);
110 void bta_ag_at_reinit(tBTA_AG_AT_CB* p_cb);
124 void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len);
Dbta_ag_at.cc56 void bta_ag_at_init(tBTA_AG_AT_CB* p_cb) { in bta_ag_at_init()
73 void bta_ag_at_reinit(tBTA_AG_AT_CB* p_cb) { in bta_ag_at_reinit()
90 void bta_ag_process_at(tBTA_AG_AT_CB* p_cb, char* p_end) { in bta_ag_process_at()
203 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.h254 tBTA_AG_AT_CB at_cb; /* AT command interpreter */