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 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_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) {
165 void bta_ag_at_parse(tBTA_AG_AT_CB* p_cb, char* p_buf, uint16_t len) {
bta_ag_int.h 227 tBTA_AG_AT_CB at_cb; /* AT command interpreter */

Completed in 100 milliseconds