Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c291 if (bta_hf_client_cb.scb.send_at_reply == FALSE) { in bta_hf_client_handle_ok()
292 bta_hf_client_cb.scb.send_at_reply = TRUE; in bta_hf_client_handle_ok()
299 if (bta_hf_client_cb.scb.send_at_reply) { in bta_hf_client_handle_ok()
329 if (bta_hf_client_cb.scb.send_at_reply == FALSE) { in bta_hf_client_handle_error()
330 bta_hf_client_cb.scb.send_at_reply = TRUE; in bta_hf_client_handle_error()
334 if (bta_hf_client_cb.scb.send_at_reply) { in bta_hf_client_handle_error()
Dbta_hf_client_act.c329 bta_hf_client_cb.scb.send_at_reply = FALSE; in bta_hf_client_rfc_fail()
399 bta_hf_client_cb.scb.send_at_reply = FALSE; in bta_hf_client_rfc_close()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h164 BOOLEAN send_at_reply; /* set to TRUE to notify framework about AT results */ member