/* Fill out the DPN response data */
        DPNResponse.CommandHeader = (RFCOMM_Command_t){.Command = RFCOMM_Control_DLCParameterNegotiation, .EA = true, .CR = false};
        DPNResponse.Length                  = (sizeof(DPNResponse.Params) << 1) | 0x01;
        memcpy(&DPNResponse.Params, Params, sizeof(RFCOMM_DPN_Parameters_t));
        DPNResponse.Params.ConvergenceLayer = 0x00; // TODO: Enable credit based transaction support
        /* Fill out the DPN response data */
        DPNResponse.CommandHeader = (RFCOMM_Command_t){.Command = RFCOMM_Control_DLCParameterNegotiation, .EA = true, .CR = false};
        DPNResponse.Length                  = (sizeof(DPNResponse.Params) << 1) | 0x01;
        memcpy(&DPNResponse.Params, Params, sizeof(RFCOMM_DPN_Parameters_t));
        DPNResponse.Params.ConvergenceLayer = 0x00; // TODO: Enable credit based transaction support