Searched refs:send_at_reply (Results 1 – 3 of 3) sorted by relevance
279 if (bta_hf_client_cb.scb.send_at_reply == FALSE) in bta_hf_client_handle_ok()281 bta_hf_client_cb.scb.send_at_reply = TRUE; in bta_hf_client_handle_ok()288 if (bta_hf_client_cb.scb.send_at_reply) in bta_hf_client_handle_ok()321 if (bta_hf_client_cb.scb.send_at_reply == FALSE) in bta_hf_client_handle_error()323 bta_hf_client_cb.scb.send_at_reply = TRUE; in bta_hf_client_handle_error()327 if (bta_hf_client_cb.scb.send_at_reply) in bta_hf_client_handle_error()
332 bta_hf_client_cb.scb.send_at_reply = FALSE; in bta_hf_client_rfc_fail()403 bta_hf_client_cb.scb.send_at_reply = FALSE; in bta_hf_client_rfc_close()
159 BOOLEAN send_at_reply; /* set to TRUE to notify framework about AT results */ member