Home
last modified time | relevance | path

Searched refs:srv_desp (Results 1 – 8 of 8) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_api.cc122 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlUpdate()
124 p_buf->srv_desp[0] = 0; in BTA_HlUpdate()
167 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlRegister()
169 p_buf->srv_desp[0] = 0; in BTA_HlRegister()
Dbta_hl_sdp.cc238 if (p_cb->srv_desp[0]) { in bta_hl_sdp_update()
241 (uint8_t)TEXT_STR_DESC_TYPE, (uint32_t)(strlen(p_cb->srv_desp) + 1), in bta_hl_sdp_update()
242 (uint8_t*)p_cb->srv_desp); in bta_hl_sdp_update()
428 if (p_cb->srv_desp[0]) { in bta_hl_sdp_register()
431 (uint8_t)TEXT_STR_DESC_TYPE, (uint32_t)(strlen(p_cb->srv_desp) + 1), in bta_hl_sdp_register()
432 (uint8_t*)p_cb->srv_desp); in bta_hl_sdp_register()
Dbta_hl_int.h237 char srv_desp[BTA_SERVICE_DESP_LEN + 1]; /* service description to be used in member
252 char srv_desp[BTA_SERVICE_DESP_LEN + 1]; /* service description to be used in member
496 char srv_desp[BTA_SERVICE_DESP_LEN + 1]; /* service description to be used in member
Dbta_hl_act.cc1462 p_hdp_rec->srv_desp[0] = '\0'; in bta_hl_sdp_cback()
1469 memcpy(p_hdp_rec->srv_desp, p_attr->attr_value.v.array, name_len); in bta_hl_sdp_cback()
1530 APPL_TRACE_DEBUG("srv_desp=[%s]", (p_hdp_rec->srv_desp[0] != '\0') in bta_hl_sdp_cback()
1531 ? p_hdp_rec->srv_desp in bta_hl_sdp_cback()
Dbta_hl_main.cc682 strlcpy(p_acb->srv_desp, p_data->api_reg.srv_desp, in bta_hl_api_register()
/system/bt/btif/include/
Dbtif_hl.h229 char srv_desp[BTA_SERVICE_DESP_LEN + 1]; /* service description to be used in member
/system/bt/bta/include/
Dbta_hl_api.h348 char srv_desp[BTA_SERVICE_DESP_LEN + 1]; member
/system/bt/btif/src/
Dbtif_hl.cc2997 reg_param.p_srv_desp = p_acb->srv_desp; in btif_hl_proc_cb_evt()
3534 reg_param.p_srv_desp = p_acb->srv_desp; in btif_hl_upstreams_ctrl_evt()
3856 if (p_reg_param->srv_desp != NULL) in register_application()
3857 strncpy(p_acb->srv_desp, p_reg_param->srv_desp, BTA_SERVICE_DESP_LEN); in register_application()