BTool.DeviceTabsForm.UsePasskeySecurity C# (CSharp) Method

UsePasskeySecurity() public method

public UsePasskeySecurity ( HCICmds state ) : void
state HCICmds
return void
        public void UsePasskeySecurity(HCICmds.GAP_UiOutput state)
        {
            if (state == HCICmds.GAP_UiOutput.DONT_DISPLAY_PASSCODE)
                tbPasskey.PasswordChar = '*';
            else
                tbPasskey.PasswordChar = char.MinValue;
        }
DeviceTabsForm