Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c386 BCM_STRCPY_S(p, bta_ag_result_tbl[code].p_res); in bta_ag_send_result()
412 BCM_STRCPY_S(p, p_arg); in bta_ag_send_result()
456 BCM_STRCPY_S(p, bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res); in bta_ag_send_multi_result()
463 BCM_STRCPY_S(p, m_res_cb->res_cb[res_idx].p_arg); in bta_ag_send_multi_result()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h34 #define BCM_STRCPY_S(x1,x2) strcpy((x1),(x2)) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c3538 BCM_STRCPY_S ((char *)evt_data.cfm_req.bd_name,(char *)p_dev_rec->sec_bd_name); in btm_proc_sp_req_evt()