Home
last modified time | relevance | path

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

/system/bt/bta/pan/
Dbta_pan_api.c121 …BCM_STRNCPY_S(p_buf->user_name, sizeof(p_buf->user_name), p_user_info->p_srv_name, BTA_SERVICE_NAM… in BTA_PanSetRole()
123 p_buf->user_name[0] = 0; in BTA_PanSetRole()
125 p_buf->user_name[BTA_SERVICE_NAME_LEN] = 0; in BTA_PanSetRole()
Dbta_pan_int.h85 char user_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */ member
Dbta_pan_act.c419 p_data->api_set_role.user_name, in bta_pan_set_role()