Searched refs:p_user_info (Results 1 – 2 of 2) sorted by relevance
109 void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO *p_gn_i… in BTA_PanSetRole() argument120 if(p_user_info && (role & BTA_PAN_ROLE_PANU)) in BTA_PanSetRole()122 if(p_user_info->p_srv_name) in BTA_PanSetRole()123 …BCM_STRNCPY_S(p_buf->user_name, sizeof(p_buf->user_name), p_user_info->p_srv_name, BTA_SERVICE_NAM… in BTA_PanSetRole()128 p_buf->user_app_id = p_user_info->app_id; in BTA_PanSetRole()129 p_buf->user_sec_mask = p_user_info->sec_mask; in BTA_PanSetRole()
163 BTA_API void BTA_PanSetRole(tBTA_PAN_ROLE role, tBTA_PAN_ROLE_INFO *p_user_info, tBTA_PAN_ROLE_INFO…