HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_AG_AT_CB (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/ag/
bta_ag_at.h 76 } tBTA_AG_AT_CB;
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);
bta_ag_at.cc 45 void bta_ag_at_init(tBTA_AG_AT_CB* p_cb) {
62 void bta_ag_at_reinit(tBTA_AG_AT_CB* p_cb) {
79 void bta_ag_process_at(tBTA_AG_AT_CB* p_cb) {
167 void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len) {
bta_ag_int.h 196 tBTA_AG_AT_CB at_cb; /* AT command interpreter */

Completed in 363 milliseconds