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.cc121 if (p_reg_param->p_srv_desp) in BTA_HlUpdate()
122 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlUpdate()
166 if (p_reg_param->p_srv_desp) in BTA_HlRegister()
167 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.h292 const char* p_srv_desp; /* service description to be used in the SDP; null member
/system/bt/btif/src/
Dbtif_hl.cc2952 reg_param.p_srv_desp = p_acb->srv_desp; in btif_hl_proc_cb_evt()
3476 reg_param.p_srv_desp = p_acb->srv_desp; in btif_hl_upstreams_ctrl_evt()