Home
last modified time | relevance | path

Searched defs:call_state (Results 1 – 2 of 2) sorted by relevance

/device/soc/chipsea/cst85/liteos_m/sdk/modules/apps/src/
Dapp_hfp.c356 bt_hfp_adp_call_status call_state = cs_hfp_msg->p.callP.callS; in app_hfp_state_machine() local
366 bt_hfp_adp_call_status call_state = cs_hfp_msg->p.callsetupP.callS; in app_hfp_state_machine() local
570 bt_hfp_adp_call_status call_state = cs_hfp_msg->p.callP.callS; in app_hfp_msg_handle() local
578 bt_hfp_adp_call_status call_state = cs_hfp_msg->p.callsetupP.callS; in app_hfp_msg_handle() local
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_util.c186 const char* dump_hf_call_state(esp_hf_call_status_t call_state) in dump_hf_call_state()