/// <summary>
 ///  Left XCobraController swap blob data with right XCobraController.
 /// </summary>
 public static void SwapBlobs()
 {
     LibXHawkAPI.SwapControllers(true, false);
 }
 /// <summary>
 /// Left XCobraController swap ble data with right XCobraController.
 /// </summary>
 public static void SwapBles()
 {
     LibXHawkAPI.SwapControllers(false, true);
 }
        // These functions will be deprecated in the future.

        // <!--

        /// <summary>
        /// Left XCobraController swap data with right XCobraController.
        /// </summary>
        public static void SwapControllers()
        {
            LibXHawkAPI.SwapControllers(true, true);
        }