Home
last modified time | relevance | path

Searched refs:BTA_SERVICE_DESP_LEN (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_api.c128 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlUpdate()
173 strlcpy(p_buf->srv_desp, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN); in BTA_HlRegister()
Dbta_hl_int.h246 …char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in…
259 …char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in…
531 …char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used i…
Dbta_hl_main.c701 strlcpy(p_acb->srv_desp, p_data->api_reg.srv_desp, BTA_SERVICE_DESP_LEN); in bta_hl_api_register()
/system/bt/btif/include/
Dbtif_hl.h250 …char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be use…
/system/bt/bta/include/
Dbta_hl_api.h371 char srv_desp[BTA_SERVICE_DESP_LEN+1];
Dbta_api.h1115 #define BTA_SERVICE_DESP_LEN BTA_SERVICE_NAME_LEN macro
/system/bt/btif/src/
Dbtif_hl.c4103 strncpy(p_acb->srv_desp, p_reg_param->srv_desp, BTA_SERVICE_DESP_LEN); in register_application()
4146 strncpy(p_data->desp, p_mdep_cfg->mdep_description, BTA_SERVICE_DESP_LEN); in register_application()