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.c269 if (bta_hf_client_cb.scb.send_at_reply == FALSE) in bta_hf_client_handle_ok()
271 bta_hf_client_cb.scb.send_at_reply = TRUE; in bta_hf_client_handle_ok()
278 if (bta_hf_client_cb.scb.send_at_reply) in bta_hf_client_handle_ok()
311 if (bta_hf_client_cb.scb.send_at_reply == FALSE) in bta_hf_client_handle_error()
313 bta_hf_client_cb.scb.send_at_reply = TRUE; in bta_hf_client_handle_error()
317 if (bta_hf_client_cb.scb.send_at_reply) in bta_hf_client_handle_error()
Dbta_hf_client_act.c328 bta_hf_client_cb.scb.send_at_reply = FALSE; in bta_hf_client_rfc_fail()
398 bta_hf_client_cb.scb.send_at_reply = FALSE; in bta_hf_client_rfc_close()
Dbta_hf_client_int.h159 BOOLEAN send_at_reply; /* set to TRUE to notify framework about AT results */ member