Home
last modified time | relevance | path

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

/system/bt/bta/hl/
Dbta_hl_api.c127 if (p_reg_param->p_srv_desp) in BTA_HlUpdate()
128 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlUpdate()
172 if (p_reg_param->p_srv_desp) in BTA_HlRegister()
173 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlRegister()
/system/bt/bta/include/
Dbta_hl_api.h306 …const char *p_srv_desp; /* service description to be used in the SDP; null ter… member
/system/bt/btif/src/
Dbtif_hl.c3198 reg_param.p_srv_desp = p_acb->srv_desp; in btif_hl_proc_cb_evt()
3764 reg_param.p_srv_desp = p_acb->srv_desp; in btif_hl_upstreams_ctrl_evt()