Loading system/bta/hf_client/bta_hf_client_at.cc +3 −3 Original line number Original line Diff line number Diff line Loading @@ -818,7 +818,7 @@ void bta_hf_client_binp(tBTA_HF_CLIENT_CB* client_cb, char* number) { /* skip rest of AT string up to <cr> */ /* skip rest of AT string up to <cr> */ #define AT_SKIP_REST(buf) \ #define AT_SKIP_REST(buf) \ do { \ do { \ while (*(buf) != '\r') (buf)++; \ while (*(buf) != '\r' && *(buf) != '\0') (buf)++; \ } while (0) } while (0) static char* bta_hf_client_parse_ok(tBTA_HF_CLIENT_CB* client_cb, static char* bta_hf_client_parse_ok(tBTA_HF_CLIENT_CB* client_cb, Loading Loading
system/bta/hf_client/bta_hf_client_at.cc +3 −3 Original line number Original line Diff line number Diff line Loading @@ -818,7 +818,7 @@ void bta_hf_client_binp(tBTA_HF_CLIENT_CB* client_cb, char* number) { /* skip rest of AT string up to <cr> */ /* skip rest of AT string up to <cr> */ #define AT_SKIP_REST(buf) \ #define AT_SKIP_REST(buf) \ do { \ do { \ while (*(buf) != '\r') (buf)++; \ while (*(buf) != '\r' && *(buf) != '\0') (buf)++; \ } while (0) } while (0) static char* bta_hf_client_parse_ok(tBTA_HF_CLIENT_CB* client_cb, static char* bta_hf_client_parse_ok(tBTA_HF_CLIENT_CB* client_cb, Loading