Searched refs:send_at_reply (Results 1 – 3 of 3) sorted by relevance
260 if (!client_cb->send_at_reply) { in bta_hf_client_handle_ok()261 client_cb->send_at_reply = true; in bta_hf_client_handle_ok()268 if (client_cb->send_at_reply) { in bta_hf_client_handle_ok()299 if (!client_cb->send_at_reply) { in bta_hf_client_handle_error()300 client_cb->send_at_reply = true; in bta_hf_client_handle_error()304 if (client_cb->send_at_reply) { in bta_hf_client_handle_error()
227 client_cb->send_at_reply = false; in bta_hf_client_rfc_fail()
179 bool send_at_reply; /* set to true to notify framework about AT results */ member