BTool.DeviceTabsForm.btnScanCancel_Click C# (CSharp) Method

btnScanCancel_Click() private method

private btnScanCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void btnScanCancel_Click(object sender, EventArgs e)
        {
            discoverConnectStatus = DiscoverConnectStatus.ScanCancel;
            DiscoverConnectUserInputControl();
            devForm.sendCmds.SendGAP(new HCICmds.GAPCmds.GAP_DeviceDiscoveryCancel());
        }
DeviceTabsForm