Home
last modified time | relevance | path

Searched refs:p_gn_info (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/pan/
Dbta_pan_api.c103 … BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info, in BTA_PanSetRole() argument
122 if (p_gn_info && (role & BTA_PAN_ROLE_GN)) { in BTA_PanSetRole()
123 if (p_gn_info->p_srv_name) in BTA_PanSetRole()
124 strlcpy(p_buf->gn_name, p_gn_info->p_srv_name, BTA_SERVICE_NAME_LEN); in BTA_PanSetRole()
128 p_buf->gn_app_id = p_gn_info->app_id; in BTA_PanSetRole()
129 p_buf->gn_sec_mask = p_gn_info->sec_mask; in BTA_PanSetRole()
201 … BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info, in BTA_PanSetRole() argument
206 UNUSED(p_gn_info); in BTA_PanSetRole()
/system/bt/bta/include/
Dbta_pan_api.h163 … BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_info,