Home
last modified time | relevance | path

Searched refs:vron (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dapp_hf_msg_set.c284 vron, /*start voice recognition*/ enumerator
399 const esp_console_cmd_t HF_ORDER(vron) = { in register_hfp_ag()
401 .help = hf_cmd_explain[vron], in register_hfp_ag()
403 .func = hf_cmd_tbl[vron].handler, in register_hfp_ag()
405 ESP_ERROR_CHECK(esp_console_cmd_register(&HF_ORDER(vron))); in register_hfp_ag()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dapp_hf_msg_set.c305 vron, /*start voice recognition*/ enumerator
441 .help = hf_cmd_explain[vron], in register_hfp_hf()
443 .func = hf_cmd_tbl[vron].handler, in register_hfp_hf()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/
DREADME.md224vron` to start the voice recognition and type `vroff` to terminate this function in the AG device.…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/
DREADME.md263 You can type `vron` to start the voice recognition of AG and type `vroff` to terminate this functio…