Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_at.cc259 if (!client_cb->send_at_reply) { in bta_hf_client_handle_ok()
260 client_cb->send_at_reply = true; in bta_hf_client_handle_ok()
267 if (client_cb->send_at_reply) { in bta_hf_client_handle_ok()
298 if (!client_cb->send_at_reply) { in bta_hf_client_handle_error()
299 client_cb->send_at_reply = true; in bta_hf_client_handle_error()
303 if (client_cb->send_at_reply) { in bta_hf_client_handle_error()
Dbta_hf_client_act.cc227 client_cb->send_at_reply = false; in bta_hf_client_rfc_fail()
Dbta_hf_client_int.h181 bool send_at_reply; /* set to true to notify framework about AT results */ member