BTool.DeviceForm.SendAllMsgs C# (CSharp) Method

SendAllMsgs() public method

public SendAllMsgs ( ) : void
return void
        public void SendAllMsgs()
        {
            sendCmds.SendHCIExt(HCIExt_SetRxGain);
            sendCmds.SendHCIExt(HCIExt_SetTxPower);
            sendCmds.SendHCIExt(HCIExt_OnePktPerEvt);
            sendCmds.SendHCIExt(HCIExt_ClkDivideOnHalt);
            sendCmds.SendHCIExt(HCIExt_DeclareNvUsage);
            sendCmds.SendHCIExt(HCIExt_Decrypt);
            sendCmds.SendHCIExt(HCIExt_SetLocalSupportedFeatures);
            sendCmds.SendHCIExt(HCIExt_SetFastTxRespTime);
            sendCmds.SendHCIExt(HCIExt_ModemTestTx);
            sendCmds.SendHCIExt(HCIExt_ModemHopTestTx);
            sendCmds.SendHCIExt(HCIExt_ModemTestRx);
            sendCmds.SendHCIExt(HCIExt_EndModemTest);
            sendCmds.SendHCIExt(HCIExt_SetBDADDR);
            sendCmds.SendHCIExt(HCIExt_SetSCA);
            sendCmds.SendHCIExt(HCIExt_EnablePTM);
            sendCmds.SendHCIExt(HCIExt_SetFreqTune);
            sendCmds.SendHCIExt(HCIExt_SaveFreqTune);
            sendCmds.SendHCIExt(HCIExt_SetMaxDtmTxPower);
            sendCmds.SendHCIExt(HCIExt_MapPmIoPort);
            sendCmds.SendHCIExt(HCIExt_DisconnectImmed);
            sendCmds.SendHCIExt(HCIExt_PER);
            sendCmds.SendL2CAP(L2CAP_InfoReq);
            sendCmds.SendL2CAP(L2CAP_ConnParamUpdateReq);
            sendCmds.SendATT(ATT_ErrorRsp);
            sendCmds.SendATT(ATT_ExchangeMTUReq);
            sendCmds.SendATT(ATT_ExchangeMTURsp);
            sendCmds.SendATT(ATT_FindInfoReq, TxDataOut.CmdTypes.General);
            sendCmds.SendATT(ATT_FindInfoRsp);
            sendCmds.SendATT(ATT_FindByTypeValueReq);
            sendCmds.SendATT(ATT_FindByTypeValueRsp);
            sendCmds.SendATT(ATT_ReadByTypeReq);
            sendCmds.SendATT(ATT_ReadByTypeRsp);
            sendCmds.SendATT(ATT_ReadReq, TxDataOut.CmdTypes.General, null);
            sendCmds.SendATT(ATT_ReadRsp);
            sendCmds.SendATT(ATT_ReadBlobReq, TxDataOut.CmdTypes.General, null);
            sendCmds.SendATT(ATT_ReadBlobRsp);
            sendCmds.SendATT(ATT_ReadMultiReq);
            sendCmds.SendATT(ATT_ReadMultiRsp);
            sendCmds.SendATT(ATT_ReadByGrpTypeReq, TxDataOut.CmdTypes.General);
            sendCmds.SendATT(ATT_ReadByGrpTypeRsp);
            sendCmds.SendATT(ATT_WriteReq, null);
            sendCmds.SendATT(ATT_WriteRsp);
            sendCmds.SendATT(ATT_PrepareWriteReq);
            sendCmds.SendATT(ATT_PrepareWriteRsp);
            sendCmds.SendATT(ATT_ExecuteWriteReq, null);
            sendCmds.SendATT(ATT_ExecuteWriteRsp);
            sendCmds.SendATT(ATT_HandleValueNotification);
            sendCmds.SendATT(ATT_HandleValueIndication);
            sendCmds.SendATT(ATT_HandleValueConfirmation);
            sendCmds.SendGATT(GATT_ExchangeMTU);
            sendCmds.SendGATT(GATT_DiscAllPrimaryServices, TxDataOut.CmdTypes.General);
            sendCmds.SendGATT(GATT_DiscPrimaryServiceByUUID);
            sendCmds.SendGATT(GATT_FindIncludedServices);
            sendCmds.SendGATT(GATT_DiscAllChars);
            sendCmds.SendGATT(GATT_DiscCharsByUUID);
            sendCmds.SendGATT(GATT_DiscAllCharDescs, TxDataOut.CmdTypes.General);
            sendCmds.SendGATT(GATT_ReadCharValue, TxDataOut.CmdTypes.General, null);
            sendCmds.SendGATT(GATT_ReadUsingCharUUID);
            sendCmds.SendGATT(GATT_ReadLongCharValue, TxDataOut.CmdTypes.General, null);
            sendCmds.SendGATT(GATT_ReadMultiCharValues);
            sendCmds.SendGATT(GATT_WriteNoRsp);
            sendCmds.SendGATT(GATT_SignedWriteNoRsp);
            sendCmds.SendGATT(GATT_WriteCharValue, null);
            sendCmds.SendGATT(GATT_WriteLongCharValue, null, null);
            sendCmds.SendGATT(GATT_ReliableWrites);
            sendCmds.SendGATT(GATT_ReadCharDesc);
            sendCmds.SendGATT(GATT_ReadLongCharDesc);
            sendCmds.SendGATT(GATT_WriteCharDesc);
            sendCmds.SendGATT(GATT_WriteLongCharDesc);
            sendCmds.SendGATT(GATT_Notification);
            sendCmds.SendGATT(GATT_Indication);
            sendCmds.SendGATT(GATT_AddService);
            sendCmds.SendGATT(GATT_DelService);
            sendCmds.SendGATT(GATT_AddAttribute);
            sendCmds.SendGAP(GAP_DeviceInit);
            sendCmds.SendGAP(GAP_ConfigDeviceAddr);
            sendCmds.SendGAP(GAP_DeviceDiscoveryRequest);
            sendCmds.SendGAP(GAP_DeviceDiscoveryCancel);
            sendCmds.SendGAP(GAP_MakeDiscoverable);
            sendCmds.SendGAP(GAP_UpdateAdvertisingData);
            sendCmds.SendGAP(GAP_EndDiscoverable);
            sendCmds.SendGAP(GAP_EstablishLinkRequest);
            sendCmds.SendGAP(GAP_TerminateLinkRequest);
            sendCmds.SendGAP(GAP_Authenticate);
            sendCmds.SendGAP(GAP_PasskeyUpdate);
            sendCmds.SendGAP(GAP_SlaveSecurityRequest);
            sendCmds.SendGAP(GAP_Signable);
            sendCmds.SendGAP(GAP_Bond);
            sendCmds.SendGAP(GAP_TerminateAuth);
            sendCmds.SendGAP(GAP_UpdateLinkParamReq);
            sendCmds.SendGAP(GAP_SetParam);
            sendCmds.SendGAP(GAP_GetParam);
            sendCmds.SendGAP(GAP_ResolvePrivateAddr);
            sendCmds.SendGAP(GAP_SetAdvToken);
            sendCmds.SendGAP(GAP_RemoveAdvToken);
            sendCmds.SendGAP(GAP_UpdateAdvTokens);
            sendCmds.SendGAP(GAP_BondSetParam);
            sendCmds.SendGAP(GAP_BondGetParam);
            sendCmds.SendUTIL(UTIL_NVRead);
            sendCmds.SendUTIL(UTIL_NVWrite);
            sendCmds.SendHCIOther(HCIOther_ReadRSSI);
            sendCmds.SendHCIOther(HCIOther_LEClearWhiteList);
            sendCmds.SendHCIOther(HCIOther_LEAddDeviceToWhiteList);
            sendCmds.SendHCIOther(HCIOther_LERemoveDeviceFromWhiteList);
            sendCmds.SendHCIOther(HCIOther_LEConnectionUpdate);
        }