Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc273 if (!client_cb->send_at_reply) { in bta_hf_client_handle_ok()
274 client_cb->send_at_reply = true; in bta_hf_client_handle_ok()
284 if (client_cb->send_at_reply) { in bta_hf_client_handle_ok()
316 if (!client_cb->send_at_reply) { in bta_hf_client_handle_error()
317 client_cb->send_at_reply = true; in bta_hf_client_handle_error()
324 if (client_cb->send_at_reply) { in bta_hf_client_handle_error()
Dbta_hf_client_act.cc226 client_cb->send_at_reply = false; in bta_hf_client_rfc_fail()
Dbta_hf_client_int.h187 bool send_at_reply; /* set to true to notify framework about AT results */ member